View Full Version : User Type not defined


ManuelR
04-23-2008, 02:25 PM
Hello

Before I updated to Office 2007 I could create new documents from within Access.

Now I get Compilation Message "User Type not defined"
this message seems to appear in relation to word objects definition like:

Dim appWord As Word.Application
Dim doc as Word.Document
etc

it seems it does not recogize them.

I think I may be missing some library that was lost during the update.

I will appreciate help in this matter
Thanks

ManuelR

pbaldy
04-23-2008, 02:28 PM
In Tools/References make sure the Word library is selected.

ManuelR
04-23-2008, 09:22 PM
In Tools/References make sure the Word library is selected.

Thanks, it worked and solved the problem