View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Markus Scheible[_2_] Markus Scheible[_2_] is offline
external usenet poster
 
Posts: 95
Default VB msg box - can it have a title?

Hi unknown,

yould you please post your name in the future? TIA.


In a message box that a user pulls up with a macro, can

that box have
a title? Currently there is a generic title in the title

bar of the
box.


Yes it can, use: MsgBox "your message", vbOKOnly, "your
Title"

Best

Markus



Thanks.
.