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]