1 Attachment(s)
problem with splash screen
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.
Re: problem with splash screen
Quote:
Originally Posted by sunilvedula
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.
You need to given more information. What application are you running? What is the actual startup code? What do you mean by "department"?
Re: problem with splash screen
I think AutoExec is Excel, so you probably are using different versions of Excel. That's why it works in one place, and not the other.
Look up "Late-Binding", which allows your app to run as long as it finds ANY instance of a program, rather than a program version specific, which is required for "Early-Binding"
Post the code you are using to call Excel.