Thread: Userform Status
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Noah Noah is offline
external usenet poster
 
Posts: 23
Default 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!