Splash screen on opening excel

E

Eric

Hi There,

Can anyone help me how to create an Splash screen while
opening my excel file? do I have to create a macro script
code for this?

TIA
Eric
 
J

Jim Thomlinson

Easily done in VBA... Just launch a Form at the on open event. You can use
the Application.Ontime method to close the form after a few seconds...
 
Top