Turning off and / or handling of warning message boxes.
Posted by David Mulley on December 01, 2001 2:37 AM
In a VB macro I saveas to create a new workbook with a specific name. If this file exists I want to over write it, but wnat my macro to run without user interaction to accept the over write warning message.
Likewise if I delete unwanted sheets I don;t want the user to have to accept the message.
Ideally with both of the above I want to run the macro which is a data collection and manipulation program totolly un attended during the night.
How can I do this.