View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_3_] Jim Thomlinson[_3_] is offline
external usenet poster
 
Posts: 983
Default Splash screen on opening excel

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...

"Eric" wrote:

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