|       

|
From: "Matthew Lock" Subject: Getting a MsBox when Automating Word from the Outside Date: 17 Nov 2005 19:43:00 -0800
| |
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
| | Post a follow up to this message... |
|  |
|