Hello all,
I've been searching online to see how to get a message box to close automatically, The code appears to be what I need, however when I run it, the message box doesn't close. any thoughts?
Sub message()MsgBox "hi"
Dim AckTime As Integer, InfoBox As Object
Set InfoBox =...