Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() This part tells which one to open... Private Sub UserForm_Activate() this calls the UserForm named "UserForm" |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hmmm....I suppose that should have been obvious.
Thanks. Dave -- A hint to posters: Specific, detailed questions are more likely to be answered than questions that provide no detail about your problem. "Wood Grafing" wrote: This part tells which one to open... Private Sub UserForm_Activate() this calls the UserForm named "UserForm" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Relocating Splash Screen | Excel Discussion (Misc queries) | |||
make a splash screen appear first | Charts and Charting in Excel | |||
Splash Screen Startup | Excel Discussion (Misc queries) | |||
Why do Excel and Access freeze on the splash page? | Excel Discussion (Misc queries) | |||
suppressing the splash screen | Excel Discussion (Misc queries) |