I have the following code:
Private Sub SavetoDataFiles()
ChDir _
"\\GLANW001\DATA\Data\Common\Operational Resource And Reporting\PA\Data Files"
ActiveWorkbook.SaveAs Filename:= _
"\\GLANW001\DATA\Data\Common\Operational Resource And Reporting\PA\Data Files\TransfersWorkItems.xls" _
, FileFormat:=xlNormal, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
End Sub
How can I amend it to over-ride the file it is saving to, at the moment i get a popup box which ask's me if i was to override or not
Bookmarks