View Single Post
  #1   Report Post  
Bob Phillips
 
Posts: n/a
Default message box without ok or cancel button

Can't see how you could do this with MsgBox, although you could of course
create your own custom form. You would still need some way of closing it,
and the X button at top-right would (normally) still be there.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Subash" wrote in message
...
I need a customized message box without any response option, without OK or
CANCEL or any other response button. Simply showing my macro is in process
and do not disturb. Can anyone help me