mgsbox question

  • Thread starter Thread starter Wu
  • Start date Start date
W

Wu

In my marco, I want to show a message box to ask " do you have open the
1244.xls file" and to show two button " yes" and "no" for user select.

If user select "yes", my marco will go on,

select "no", it will quit the marco
 
Actually, this can be done using the Condition part of a macro action:

Condition: MsgBox("Your Message", 4, "Your Title") = 7
Action: StopMacro
 

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