Create msgbox buttons

  • Thread starter Thread starter Combo box type - help
  • Start date Start date
C

Combo box type - help

Hi.. I would like to create a msgbox with personalized buttons. On the manual
i just can find the VBA commands like VBOkCancel, VBOk, VBYesNo.. I would
like my msgbox to have two buttons, the first one "Ok" and the second "Sair"
(Quit in portuguese). Then i will program the buttons my way. Is it possible
to personalize the buttons in the msgbox and how can i do it..
Many thanks
Nuno
 
You can create a form, format it to resemble a message box, add control
buttons with your own captions. Another advantage of this approach is that
you can control the formatting of the message text.
 
Thanks Tedmi, even though your advice is a good option, i would like to know
if i can do it the hard way, if i can program it.. if i can do exactly what i
asked first..
Thanks

"tedmi" escreveu:
 
The built-in msgbox function comes with specific options that cannot be
customized. If you want options beyond those, you will need to create your
own form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top