G
Guest
I would like to put a msgbox on the screen while a procedure is running and
then when my procedure is complete I will then issue a command to close the
msgbox.
I don't want the Msgbox to sit there and wait for a close command.
I'm not exactly sure how to do this. Can I do this with a Msgbox command or
a form that kind of looks like a Msgbox? I've played around a little bit
with this and my program stops in the MsgBox like it's waiting for me to
close it, but I don't want it to stop and wait, I want it to continue on and
I will close it myself through code. I don't want to use a timer either.
Any suggestions?
Thanks so much.
then when my procedure is complete I will then issue a command to close the
msgbox.
I don't want the Msgbox to sit there and wait for a close command.
I'm not exactly sure how to do this. Can I do this with a Msgbox command or
a form that kind of looks like a Msgbox? I've played around a little bit
with this and my program stops in the MsgBox like it's waiting for me to
close it, but I don't want it to stop and wait, I want it to continue on and
I will close it myself through code. I don't want to use a timer either.
Any suggestions?
Thanks so much.