Try this:
Application.DisplayAlerts = False
ActiveWorkbook.Save
Application.DisplayAlerts = True
> Hi, I wish to save a file which opens with a macro without the "do you wish
> to replace this file" prompt appearing. File is an update of the scheduled
[quoted text clipped - 3 lines]
>
> Davie
davethewelder - 31 Mar 2008 15:17 GMT
Mike, worked a treat. Many Thanks
Davie
> Try this:
> Application.DisplayAlerts = False
[quoted text clipped - 8 lines]
> >
> > Davie