J
John Keith
I make use of a msgbox with Yes/No buttons fairly frequently, like:
answer = msgbox("Do you want to proceed?", vbyesno)
After clicking on the desired button the message box window remains
open. Is there a way to force closing this window as soon as the
variable is read?
John Keith
(e-mail address removed)
answer = msgbox("Do you want to proceed?", vbyesno)
After clicking on the desired button the message box window remains
open. Is there a way to force closing this window as soon as the
variable is read?
John Keith
(e-mail address removed)