I have this problem, too. I have two forms loaded, frm1 and frm2, and
when I use "Unload frm1", it unloads them both.
Charlie wrote:
> I put:
> Unload SchedulesForm
> Load SchedulesForm
> ...so as to reload everything on the form, but the unload function seems to
> shut down the whole code...
>
> "JLGWhiz" wrote:
>
>> If you unload the form after each use instead of hiding it, then when you use
>> .show it will automatically invoke load and initialize.
>>
>> "Charlie" wrote:
>>
>>> To refresh the form, I just call UserForm_Initialize()
>>> (Because I discovered .hide & .show again doesn't do this)
>>> But both userforms I have have UserForm_Initialize() even though I named
>>> both userforms something else. Does this matter. My code seems to know to
>>> call the UserForm_Initialize() on the active form...
>>>
>>>
|