ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Newby question: how to add icons to message boxes? (https://www.excelbanter.com/excel-programming/282053-newby-question-how-add-icons-message-boxes.html)

Olly[_3_]

Newby question: how to add icons to message boxes?
 
Using this code how can I add an information icon to this message box:

MsgBox "Save Changes?", vbYesNoCancel

Thanks,
Olly

immanuel[_2_]

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




Olly[_3_]

Newby question: how to add icons to message boxes?
 
Ok, thanks, that worked

"immanuel" wrote in message ...
Try:

MsgBox "Question", vbInformation + vbYesNo



All times are GMT +1. The time now is 11:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com