Thread: Close msgbox ?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Buddy Lee Buddy Lee is offline
external usenet poster
 
Posts: 16
Default Close msgbox ?

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