R
Robert Crandal
Is this the only way to determine if a userform is
visible? :
if (Userform.Visible = true) then
' code here
end if
The problem with this code is that it seems to automatically
run the Userform_Initialize() routine. I'm wondering how
can I detect if a userform is visible without causing the
Userform_Initialize() routine to get invoked??
Thanks
visible? :
if (Userform.Visible = true) then
' code here
end if
The problem with this code is that it seems to automatically
run the Userform_Initialize() routine. I'm wondering how
can I detect if a userform is visible without causing the
Userform_Initialize() routine to get invoked??
Thanks