Aug 10, 2001 #1 Philly44 Programmer Jul 17, 2001 277 CA Is there an equivalent to #incllude in VBA? Other than in references. I have to include some libraries if its possible. Thanx
Is there an equivalent to #incllude in VBA? Other than in references. I have to include some libraries if its possible. Thanx
Aug 10, 2001 #2 Databaseguy MIS Jul 20, 2001 1,153 US If you need to include a type library, from the VBE window, go to Tools/references and select the library you need to use. If the libarary you need isn't listed, see faq68-973 and that'll give you the name of some commonly used ones. Upvote 0 Downvote
If you need to include a type library, from the VBE window, go to Tools/references and select the library you need to use. If the libarary you need isn't listed, see faq68-973 and that'll give you the name of some commonly used ones.