Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If IsEmpty(Sheets("Sheet1").Range("C42")) Then UserForm1.Show
I presume you mean Show the UserForm, but if you meant Load then use If IsEmpty(Sheets("Sheet1").Range("C42")) Then Load UserForm1 -- Regards, Nigel "pswanie" wrote in message ... what code whould i need to add to tell the userform only to load if Sheet1 cell c42 is empty. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Load a CSV into an empty, formatted XLS? | Excel Discussion (Misc queries) | |||
How to load a listbox in a userform? | Excel Discussion (Misc queries) | |||
Userform does not load | Excel Programming | |||
LOAD userform | Excel Programming | |||
Load a Userform | Excel Programming |