Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problems with createobject/getobject in word vba

Status
Not open for further replies.

Motts

Programmer
Aug 19, 1999
6
US
I'm using VB6 to automate Word97 without problems, but when I try to establish communication from that Word object back to my VB6 app, GetObject fails. I have used CreateObject(VB6app.class) even when the VB6app is running without a second instance of the VB6app starting. Is this normal?<br>
<br>
A better solution for me would be to pass a reference to VB6app.class to Word when I start Word from VB6app. Is that possible?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top