Hi ByteMyzer, the save code is
If strFullPath <> "" Then
objWorkBook.SaveAs FileName:= _
strFullPath, FileFormat:=xlTemplate, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
End If
Hi Steve, I can set the display alerts to false...