To avoid these alert messages, insert the following VBA statement in your macro:
Sub alert() Application.DisplayAlerts = False End Sub