You could try putting your code between the display alerts!
[VBA]
Application.DisplayAlerts = False
'YOUR CODE HERE
Application.DisplayAlerts = True
[/VBA]
You could try putting your code between the display alerts!
[VBA]
Application.DisplayAlerts = False
'YOUR CODE HERE
Application.DisplayAlerts = True
[/VBA]
Regards,
BG.