One suggestion would be to shut off the display of alerts just before that section of code runs. You need to set it back to true after that code runs though:
[vba]Application.DisplayAlerts = False[/vba]
One suggestion would be to shut off the display of alerts just before that section of code runs. You need to set it back to true after that code runs though:
[vba]Application.DisplayAlerts = False[/vba]
Steve
"Nearly all men can stand adversity, but if you want to test a man's character, give him power."
-Abraham Lincoln