D
Douglas McKibbin
I am having trouble opening MS Word (2004) and executing an existing
macro using Applescript. If I place the VB code in ""s the script will
not compile as ...
Tell Application "Microsoft Word"
do visual basic "my VB code goes in here ......."
end tell
or
Tell Application "Microsoft Word"
do visual basic "Execute(MyMacro)"
end tell
I get an error message like Can't continue <<event MSWDdovb>>.
How can I execute this macro from Applescript?
Thanks
Douglas McKibbin
macro using Applescript. If I place the VB code in ""s the script will
not compile as ...
Tell Application "Microsoft Word"
do visual basic "my VB code goes in here ......."
end tell
or
Tell Application "Microsoft Word"
do visual basic "Execute(MyMacro)"
end tell
I get an error message like Can't continue <<event MSWDdovb>>.
How can I execute this macro from Applescript?
Thanks
Douglas McKibbin