Hi Chuckles123,
Is there any way to do this in VBA code so that the user is not prompted
with the 'Replace?' Question?
Yes, put:
Application.DisplayAlerts = False
before the Save As, and
Application.DisplayAlerts = True
after it.
Regards
Stephen Bullen
Microsoft MVP - Excel
www.oaltd.co.uk