Is it possible to close a msgbox that contains no buttons ?
e.g.
msg = "Please wait ..."
style = vbInformation
title = "something ..."
msgbox(msg, style, title)
..
..
.. 'some code
than I need to close the msgbox automatically
I know that another way is to insert a UserForm and show it and hide.
--
icq 25372592
Bookmarks