Link to home
Start Free TrialLog in
Avatar of devmasters
devmasters

asked on

How to return value to PHP from a Word Macro

Hi,
           I would like to call a word macro from php and  get the return value of the macro.

I just followed this code to get off the mark. But i got a connection reset error.

http://stackoverflow.com/questions/5251560/returning-things-to-php-from-a-word-macro
Avatar of Bill Prew
Bill Prew

I'm not a PHP expert, but have posted a VBS approach back in the original question:

https://www.experts-exchange.com/questions/27787568/Batch-file-to-run-word-document-macro.html

~bp
ASKER CERTIFIED SOLUTION
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of devmasters

ASKER

Could you please explain the first part
             
Have Word macro write return code into the registry

It would be helpful, if you share any sample links...
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial