|
-
Jul 27th, 2000, 08:53 AM
#1
Thread Starter
Junior Member
I write an application that open MSword , I use GetObject:
Set objWord = GetObject(, "Word.Application")
but if MSword is close it raise an error (429), then I use this (after the ErrHandler tag):
Set objWord = New Word.Application 'Create New refernce for Word
Resume Next
I wonder if there is a way to find if MSword is open , before i call GetObject ( I dont want to use this :
Set objWord = GetObject("", "Word.Application"))
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|