When a run my program the follow error message appears:
Run-time error "1004"
Method Save As of Object_"Workbook" failed
When I click debug the folllowing text is highlight:
ActiveWorkbook.SaveAs Filename:= _
fileSaveName, _
FileFormat:=xlExcel5, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
This code works:
ActiveWorkbook.SaveAs Filename:= _
fileSaveName, _
FileFormat:=xlExcel8, Password:="", WriteResPassword:="", _
ReadOnlyRecommended:=False, CreateBackup:=False
The reason I need the window 5.0/95 format is I am importing a excel file into another program and it needs to be in that format