J
Jon Dibble
Hi
I have macro that manipluates a file then should autosave. But when I run it
asks if I want to save changes even though I have specified it ignores in my
code below? Would appreciate any help.
Application.DisplayAlerts = False
ActiveWorkbook.SaveAs Filename:="Y:\bcms_1002.xlsm", FileFormat:= _
xlOpenXMLWorkbookMacroEnabled, CreateBackup:=False
Application.DisplayAlerts = True
I have macro that manipluates a file then should autosave. But when I run it
asks if I want to save changes even though I have specified it ignores in my
code below? Would appreciate any help.
Application.DisplayAlerts = False
ActiveWorkbook.SaveAs Filename:="Y:\bcms_1002.xlsm", FileFormat:= _
xlOpenXMLWorkbookMacroEnabled, CreateBackup:=False
Application.DisplayAlerts = True