Inputbox or msgbox critical + Cancel

  • Thread starter Thread starter Syrus the Virus
  • Start date Start date
S

Syrus the Virus

1.
I need to have a inputbox with the critical layout (if possible)

2.
I need to make a msgbox with critical layout (standard equiped with
ok button) AND a cancel button

Help!!!! Please!!!
 
Hi
1) AFAIK this is not possible

2) Try
msgbox ("Test",vbExclamation+vbOKCancel)
 
Hi Syrus,
I need to have a inputbox with the critical layout (if possible)

Not possible.
2.
I need to make a msgbox with critical layout (standard equiped with a
ok button) AND a cancel button

MsgBox "Your Prompt", vbCritical + vbOKCancel, "TitleOfBox"

Regards,

Jan Karel Pieterse
Excel MVP
www.jkp-ads.com
 

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

Back
Top