Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
This should not be hard, but either I am stoopid or Excel is. In VBA, I want to save a copy of my current worksheet as a CSV file and not change anything about the current workbook. It seems to me that "SaveAs filename:=whatever.csv fileformat:=xlCSV" saves the file as XLS, and converts the current file to CSV ! I have tried various work-arounds such as using SaveCopyAs or reloading the file from the original, but end up with all sorts of messes such as a CSV file containing .XLS data and my current file not being able to be written as Excel think it is a CSV file containing multiple sheets. TIA for any advice on how to do this, short of writing out the CSV data in my own code :-( Richard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I undo a "save file" to revert back to original spreadsheet | Excel Discussion (Misc queries) | |||
I used "save as" but now can't locate original file | Excel Discussion (Misc queries) | |||
auto save excel file every 10 minutes to its original file name | Excel Discussion (Misc queries) | |||
Auto save replaced my original file and now I need the original? | Excel Discussion (Misc queries) | |||
Any way to "Save As" without setting the archive bit on original file | Excel Programming |