This is a tough one. For me, anyway.
I want to display a message to a user for, say, three seconds, and then the message should terminate itself.
If I use the MsgBox, the message box suspends the code until the user clicks "OK".
How can I call a MsgBox, have it sit there for three seconds and then close itself?
I got the three second thing down. I use Timer and Do Until...that's no problem.
There's also InputBox..is there something that just sends a message and doesn't require a response? Or is there a way to sent a keystroke to the message box after the designated time period (I think no, since the message box suspends the code). Hmmm...I'm stuck.
Can you help? Thanks!
I want to display a message to a user for, say, three seconds, and then the message should terminate itself.
If I use the MsgBox, the message box suspends the code until the user clicks "OK".
How can I call a MsgBox, have it sit there for three seconds and then close itself?
I got the three second thing down. I use Timer and Do Until...that's no problem.
There's also InputBox..is there something that just sends a message and doesn't require a response? Or is there a way to sent a keystroke to the message box after the designated time period (I think no, since the message box suspends the code). Hmmm...I'm stuck.
Can you help? Thanks!