Help!!!!!!!
Until Friday everything worked fine. Today, nothing seems to work.
I'm using GetObject:
VB 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???




Reply With Quote