No Message Boxes

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

Is there a way to turn off Message Boxes ? I want
to turn off the Message Boxes and continue to
execute my VB code.
 
try
application.displayalerts=false
your code
application.displayalerts=true
 
Hi
application.displayalerts = false

and activate them again with setting this property to True at the end
of your macro
 

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