Hi there,
Im currently using the COM from php, and I really need help with two things.
The first is running macros:
$word->Run("MyProject.NewMacros.Macro17"); //which gives an error of cannot run the specified macro?
The second is:
$word->Selection->InsertBreak("7"); //which is trying to insert a line break;
I cannot not get either of these two seemingly simple functions to work. I would be extremely greatful if someone could give any help...
Many thanks,
Jon
Im currently using the COM from php, and I really need help with two things.
The first is running macros:
$word->Run("MyProject.NewMacros.Macro17"); //which gives an error of cannot run the specified macro?
The second is:
$word->Selection->InsertBreak("7"); //which is trying to insert a line break;
I cannot not get either of these two seemingly simple functions to work. I would be extremely greatful if someone could give any help...
Many thanks,
Jon