View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
immanuel[_2_] immanuel[_2_] is offline
external usenet poster
 
Posts: 8
Default Newby question: how to add icons to message boxes?

Try:

MsgBox "Question", vbInformation + vbYesNo

/i.

"Olly" wrote in message
om...
Using this code how can I add an information icon to this message box:

MsgBox "Save Changes?", vbYesNoCancel

Thanks,
Olly