How to check the condition in Msgbox?

If(Msgbox("Do you want to delete this Record",VbYesNo)=VbYes)Then End if

Showing Answers 1 - 3 of 3 Answers

vijai85m

  • Mar 20th, 2009
 

Using the named values for msgbox type will yield a return value like JD stated.

You can then use:

If msgbox("yourmessage", sometype) = someNamedValue Then
etc etc
__________________
oh yeah... documentation... I have heard of that.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions