E Ed Davis Jun 18, 2009 #1 Is there a way to keep a MsgBox running (on the Screen) Until the if statement is complete?
B Bob Phillips Jun 18, 2009 #2 Use a custom Userform, you can then issue the If statement from its activate event, then shut it down.
Use a custom Userform, you can then issue the If statement from its activate event, then shut it down.