R Rob May 20, 2004 #1 Is there a way to turn off Message Boxes ? I want to turn off the Message Boxes and continue to execute my VB code.
Is there a way to turn off Message Boxes ? I want to turn off the Message Boxes and continue to execute my VB code.
D Don Guillett May 20, 2004 #2 try application.displayalerts=false your code application.displayalerts=true
F Frank Kabel May 20, 2004 #3 Hi application.displayalerts = false and activate them again with setting this property to True at the end of your macro
Hi application.displayalerts = false and activate them again with setting this property to True at the end of your macro