Upon distribution of a VBA application, I've found that users get a compile error. How do I include all of my references so that as I distribute the application, the users do not get these errors?
Thanks!
Llamaman
Just a guess sonce you did not specif the "compile error".
If you programmed it in Office 2000 VBA using Replace, Split or Join functions and distributed it to an Office '97 CPU then you will get an error that references will not fix. '97 does not have those functions.
I compiled the project, then saved it, then gave it to another user using the same release of Office 97, and it gave a compile error that crashed on a Trim() function.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.