Help!!!!!!!

Until Friday everything worked fine. Today, nothing seems to work.

I'm using GetObject:

VB Code:
  1. Dim objWordInstance As Word.Application
  2.  
  3.     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???