Timed msgbox

D

DW

Is there code for a msgbox that closes after 3 seconds if the user doesn't
respond?

Thanks
 
K

KARL DEWEY

Try using a form instead of MsgBox. Set Timer Interval and On Timer call
macro to close your form.
 
Top