Thread: splash screen
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default splash screen

Found this code:

Private Sub UserForm_Activate()

Application.OnTime Now + TimeValue("00:00:03"), "CloseForm"

End Sub

which displays a splash screen upon opening a workbook.

If there are multiple forms in the workbook how does the above code specify
which form to use as the splash screen?

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.