Help!!!!!!!
Until Friday everything worked fine. Today, nothing seems to work.
Im using GetObject:
Unfortunately after this objWordInstance is nothing even if I can see, that there is an instance of word. What might be wrong???
Until Friday everything worked fine. Today, nothing seems to work.
Im using GetObject:
Code:
Dim objWordInstance As Word.Application
objWordInstance = GetObject(, "Word.Application")
Unfortunately after this objWordInstance is nothing even if I can see, that there is an instance of word. What might be wrong???