O
ordnance1
Hi
JLGWhiz had been helping me with this, but I took a few days off before I
got back to this. The code below is what he suggested, but while the UserForm
triggers, it does not disappear after 5 seconds (or any length of time). Any
suggestions out there?
Sub test()
UserForm1.Show
Application.Wait (Now + TimeValue("00:00:05"))
Unload UserForm1
End Sub
JLGWhiz had been helping me with this, but I took a few days off before I
got back to this. The code below is what he suggested, but while the UserForm
triggers, it does not disappear after 5 seconds (or any length of time). Any
suggestions out there?
Sub test()
UserForm1.Show
Application.Wait (Now + TimeValue("00:00:05"))
Unload UserForm1
End Sub