M
Matthew Lock
Hello,
I am automating MS Word from the "outside' using a script and all is
well. Now I want to get Word to display a MsgBox actually in Word.
How do I call MsgBox to actually come up in Word when I am automating
from the outside?
(From looking through VBA's object inspector I found that MsgBox is a
member of the Interaction class, which is a member of the VBA class.
Can I access the VBA class when all I have in my script is a handle on
the Application class? Or am I barking up the wrong tree here)
Regards,
Matthew Lock
I am automating MS Word from the "outside' using a script and all is
well. Now I want to get Word to display a MsgBox actually in Word.
How do I call MsgBox to actually come up in Word when I am automating
from the outside?
(From looking through VBA's object inspector I found that MsgBox is a
member of the Interaction class, which is a member of the VBA class.
Can I access the VBA class when all I have in my script is a handle on
the Application class? Or am I barking up the wrong tree here)
Regards,
Matthew Lock