Is there code for a msgbox that closes after 3 seconds if the user doesn't respond? Thanks
D DW Jul 20, 2005 #1 Is there code for a msgbox that closes after 3 seconds if the user doesn't respond? Thanks
K KARL DEWEY Jul 20, 2005 #2 Try using a form instead of MsgBox. Set Timer Interval and On Timer call macro to close your form.