Custom Message Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I was wondering if I would be able to use the MsgBox command to create a
specific message box, or if I would have to create a form of my own. I would
like to create a message box that will pop up (when a button in clicked)
asking whether to create a mail letter, email letter, or cancel. I would
like to have the buttons, instead of reading "yes", "no", and "cancel" - to
read "Email Letter", "Mail Letter", and "Cancel" - each then running their
own code. Is this something that the MsgBox command can do, or would I need
to create my own "message box"?
Help is always appreciated, thanks
-gary
 
Hi all,
I was wondering if I would be able to use the MsgBox command to create a
specific message box, or if I would have to create a form of my own. I would
like to create a message box that will pop up (when a button in clicked)
asking whether to create a mail letter, email letter, or cancel. I would
like to have the buttons, instead of reading "yes", "no", and "cancel" - to
read "Email Letter", "Mail Letter", and "Cancel" - each then running their
own code. Is this something that the MsgBox command can do, or would I need
to create my own "message box"?
Help is always appreciated, thanks
-gary

Personally I think it would be easier to create your own msgbox using
a form,

do you need any help in creating one?
 
Hi there,
Thanks for the offer. I should be able to get it done, I was just curious
if I could use MsgBox YesNoCancel and customize the buttons. If I have any
issues, I will reply to this thread.
Thanks!
-gary
 
Back
Top