Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub Tester5()
For i = 1 To 10 cnt = i Load frmMyForm ' actions Unload frmMyForm Next i End Sub fired every time for me. -- Regards, Tom Ogilvy "R Avery" wrote in message ... Suppose i have the following code: sub MySub() Load frmMyForm ' actions Unload frmMyForm end Sub Further assume that this code executes without Breaking or otherwise failing to execute the last statement. How come VBA often does not raise the UserForm_Initialize event when i "Load frmMyForm"? Am I missing something? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Failing IF Statement | Excel Discussion (Misc queries) | |||
COUNTA failing? | Excel Discussion (Misc queries) | |||
UserForm_Initialize | Excel Programming | |||
Save Event - Determine if called by code or user | Excel Programming | |||
UserForm_Initialize? How to update. | Excel Programming |