Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
How to minimize a form during startup? Public Sub Workbook_Open() Userform.show ....... Many Thanks, Jean. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jean,
If you use Load rather than Show it won't be immediately displayed, but will be loaded into memory. Then you can Show it later when you are ready. -- HTH ------- Bob Phillips ... looking out across Poole Harbour to the Purbecks "Jean Oct" wrote in message ... Hi, How to minimize a form during startup? Public Sub Workbook_Open() Userform.show ...... Many Thanks, Jean. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I minimize | Excel Discussion (Misc queries) | |||
Minimize?? | New Users to Excel | |||
how do i minimize/maximize a workbook from vba? I want to minimize it durring processing to speed things up a bit | Excel Worksheet Functions | |||
Minimize the filesize | Excel Discussion (Misc queries) | |||
window minimize | Excel Programming |