Holding A MSGBOX

E

Ed Davis

Is there a way to keep a MsgBox running (on the Screen) Until the if
statement is complete?
 
B

Bob Phillips

Use a custom Userform, you can then issue the If statement from its activate
event, then shut it down.
 
Top