BIGTONE559
Active Member
- Joined
- Apr 20, 2011
- Messages
- 336
I'm lost as to how to save a spreadsheet as the Microsoft 5.0(95 workbook). I normally use the following to save as CSV files:
ActiveWorkbook.SaveAs Filename:= _
"\\Test\C\TestFolder\" & Range("L2").Value & ".csv", FileFormat:=xlCSV _
, CreateBackup:=False
All help is appreciated.
ActiveWorkbook.SaveAs Filename:= _
"\\Test\C\TestFolder\" & Range("L2").Value & ".csv", FileFormat:=xlCSV _
, CreateBackup:=False
All help is appreciated.