Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I program Excel so that I can automatically load a
userform upon opening a workbook? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() -----Original Message----- How do I program Excel so that I can automatically load a userform upon opening a workbook? . In the vb screen under this workbook, select workbook_open then put in userform1.show, which will load and show, or just load userform1 to load it, then when ever you need it userform1.show. Hope this helps. Nath. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to load a listbox in a userform? | Excel Discussion (Misc queries) | |||
Load caption box on userform open | Excel Worksheet Functions | |||
How do I load an Add-ins | Excel Discussion (Misc queries) | |||
Cannot load | Excel Discussion (Misc queries) | |||
load userform from other VBProject (Excel 2000) | Excel Programming |