Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm having a problem to get this working:
I have an excel loaded with macros and need to save data only in csv file with datestamp periodically. When I do my first save with code ActiveWorkbook.SaveAs Filename:=fname, _ FileFormat:=xlCSV, CreateBackup:=False where fname fname = "c:\" & "mftst" & Format(Now, "yyyy-mm-dd-hh") & ".csv" After 1st save, the whole spreadheet changes name to fname (which is csv) and I get error from macro How Do I keep original xls file name, and just save copy of the spreadsheet every hour in csv? I see that ActiveWorkbook.SaveCopyAs doesn't give option to save in csv format tks marian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
AutoSave Macro? | Excel Discussion (Misc queries) | |||
autosave macro excel | Excel Discussion (Misc queries) | |||
How do I autosave a unique Excel file in the file format 03F67000 | Setting up and Configuration of Excel | |||
Opened Autosave but when closing workbook Autosave closes itself | Excel Worksheet Functions | |||
Can you recover Excel files accidently closed using autosave? | Excel Discussion (Misc queries) |