Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am having some challenges on getting a command button to load and show a
user form this is the code for the command button on each of the worksheets to load and show the userform: Private Sub CommandButton1_Click() LoadForm End Sub this is the code for LoadForm which is located in a module. Sub LoadForm() Load UserForm1 UserForm1.Show End Sub I can't see why that I am getting an error message that indicates the application-defined or object defined error. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Failed userform loading and cause application crash | Excel Programming | |||
Loading graphic into top left strip of userform | Excel Programming | |||
Loading UserForm gives error | Excel Programming | |||
Looping procedure calls userform; how to exit loop (via userform button)? | Excel Programming | |||
Loading UserForm on start up. | Excel Programming |