Call macro VBA on script PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manjava
    New Member
    • Sep 2009
    • 132

    #1

    Call macro VBA on script PHP

    I have macro VBA for example:
    Project(MODELE_ H_FR)
    contains Modules AvecPP on that i have this function
    Code:
    Sub TraitementText()
    
    script ...
    
    End Sub
    i need to call this Macro VBA on my Script PHP

    Thanks in advance
  • zmbd
    Recognized Expert Moderator Expert
    • Mar 2012
    • 5501

    #2
    Just to be clear....
    PHP is calling the VBA script.. not the reverse.

    Comment

    • manjava
      New Member
      • Sep 2009
      • 132

      #3
      yes how can i do that

      Comment

      • zmbd
        Recognized Expert Moderator Expert
        • Mar 2012
        • 5501

        #4
        well... I personally don't know; however, I am going to move your thread over to the PHP Q&A forum where it will get more traffic from those that hopefully do!

        Best of Luck with your project :)

        Comment

        • Dormilich
          Recognized Expert Expert
          • Aug 2008
          • 8694

          #5
          IMO the best chances are if you can run the VBA script on the console. The only other way I could imagine is making an explicit HTTP call to the ASP page containing that script.

          Comment

          Working...