Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() there are 4 commands you use with a USERFORM UserForm1.Show Userform1.Hide Load Userform1 Unload Userform1 You can also include an initialize function for each userform Sub UserForm_Initialize() the initilize function only gets called the first time the show command or Load function is called or the 1st time after an Unload is performed. -- joel ------------------------------------------------------------------------ joel's Profile: http://www.thecodecage.com/forumz/member.php?userid=229 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=160000 Microsoft Office Help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Testing to find if UserForm is Loaded | Excel Programming | |||
UserForm loaded twice in VBA Project Explorer | Excel Programming | |||
Testing if Userform loaded | Excel Programming | |||
Extracting Colors from Image loaded in userform | Excel Programming | |||
Detecting if a userform is loaded | Excel Programming |