"Specified module could not be found"... where did it go?!?!

  • Thread starter Thread starter Todd
  • Start date Start date
T

Todd

I have some simple code that creates a new word document. It has worked
well for a long time, but all of a sudden, I'm getting the following error
message...

"Automation Error
The specified module could not be found"

Here is the code that is being flagged as the problem...

Dim objWord As Word.Application
Set objWord = CreateObject("Word.Application")

Any ideas? Thanks!!!
 
Check your references. Perhaps one of the other ones has a problem, which
could impact the use of other references.
 
Back
Top