Message Box

G

Greg

I have forgotten how to get a message box to appear

I want a message box to confirm the information with a yes no buttonand the
message "Are you sure the Information is correct?"


Thanks

Greg
 
J

JulieD

Hi Greg

along the lines of

response = msgbox("Are you sure the information is
correct?",vbyesno,"Check!!!)

or
if msgbox("Are you sure the information is correct?",vbyesno,"Check!!!)
=vbyes then
msgbox "Goodbye"
End if
 

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

Top