problem with splash screen

sunilvedula

Sunil
Local time
Today, 23:38
Joined
Jan 18, 2007
Messages
138
hi,

When i run my project there is a splash screen which comes and fades automatically. When i run it in my department it works fine. But when i try to run it on the other department there is the following error and i cant understand what needs to be done. my understanding is this is a macro and the error u can see in the attachement.
 

Attachments

  • error1.JPG
    error1.JPG
    19.3 KB · Views: 118
One of the problems with macros is that they don't give you much information as to what is causing the error, where VBA code will allow you to get much more info (normally). The error message you show does not give enough information to determine with certainty what is going on.

We can speculate and it's likely that it is a case of a Missing reference (do a search here for MISSING Reference as there are many posts regarding it) due to it's reference to Start() which is likely a VBA sub routine that is being called by the Autoexec macro.
 

Users who are viewing this thread

Back
Top Bottom