Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am looking for a "Save As" type functionality without changing the
Excel's current file. What I am trying to do is to save a snapshot of the current worksheet in CSV format before my macro's logic begins to execute. ActiveWorkbook.SaveAs method worked exactly like I wanted, but it changed the current file in the Excel. SaveCopyAs method would work fine, but it insists on saving the whole workbook and also doesn't support changing the format to CSV. I could read the contents of the worksheet, convert to CSV strings, open a text file, and write to it. But, if there is a built-in function, I don't want to reinvent the wheel. Thank you for your time. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Backup Excel file | Excel Discussion (Misc queries) | |||
Backup Excel customization | New Users to Excel | |||
How to backup excel files? | Excel Programming | |||
Excel Backup Location | Excel Discussion (Misc queries) | |||
Backup file for excel | Excel Discussion (Misc queries) |