Userform Status
Does anyone know what code to use to see if a userform is showing or if a
macro is running?
Basically I would like to know how to write the following if then statements:
------
If userform1.show=true then
End if
------
If macro1 is running then
End if
------
Thanks!
|