M
Michael J. Malinsky
Putting the following line of code near the top of your module will stop all
warning boxes from appearing:
Application.DisplayAlerts=False
Then at the end, place:
Application.DisplayAlerts=True
HTH
Mike
warning boxes from appearing:
Application.DisplayAlerts=False
Then at the end, place:
Application.DisplayAlerts=True
HTH
Mike