G
GorillaBoze
I have a macro that saves one worksheet as formated text, then I woul
like it to close the workbook without saving. The code is...
Sheets("Output").Select
Application.DisplayAlerts = False
ActiveWorkbook.SaveAs Filename:= _
"C:\Documents and Settings\Janece.OCI\My Documents\M
Import-OCI (Copy).prn", _
FileFormat:=xlTextPrinter, CreateBackup:=False
Application.DisplayAlerts = True
ActiveWorkbook.Close , Savechanges = False
I am still promted if I would like to save the changes?? An
suggestions?
-Cha
like it to close the workbook without saving. The code is...
Sheets("Output").Select
Application.DisplayAlerts = False
ActiveWorkbook.SaveAs Filename:= _
"C:\Documents and Settings\Janece.OCI\My Documents\M
Import-OCI (Copy).prn", _
FileFormat:=xlTextPrinter, CreateBackup:=False
Application.DisplayAlerts = True
ActiveWorkbook.Close , Savechanges = False
I am still promted if I would like to save the changes?? An
suggestions?
-Cha