Shahzad has attended:
Excel VBA Intro Intermediate course
Excel VBA Intro Intermediate course
Macros
how can you use personal symbols in the message box?
RE: macros
Hi Shahzad
You cannot add your own icons to the MsgBox function in VBA.
If you want to personalize your message box you will need to create it as a form. Then you can use the Image Control in the Toolbox to add a picture from your computer to the form.
Hope this helps
Carlos