Hi everyone,

I am not sure this can be done; but lately I have been having some issues with this. Sometimes I use reference to other libraries in VBA so I can use intelisense, and get familiar with the objects, etc..

Problem is that I need to make sure that I turn those references off before deploying the project otherwise I will get "weird errors" things that do not make sense basically. "There is no file" but hey there is a file in that location I can see it...

Is there any way to check for references before wrapping up a project. The only thing I can think of is always deploying through a procedure and showing a message "Hey do not forget to check the references" at least until it becomes instinctive to some extent (I always remember to check for the objects that use external).

Thanks a lot for the help