Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a workbook with 3 sheets, one of which contains a file name in the
following format: "WE-MMDDYY". I need a macro that will save this workbook as a CSV file with the name derived from the worksheet with the "WE-MMDDYY" format. Any help would be greatly appreciated. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
ActiveWorkbook.SaveAs Range("A1").Text, FileFormat:=xlCSV
-- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "MikeD1224" wrote in message ... I have a workbook with 3 sheets, one of which contains a file name in the following format: "WE-MMDDYY". I need a macro that will save this workbook as a CSV file with the name derived from the worksheet with the "WE-MMDDYY" format. Any help would be greatly appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Save As | Excel Discussion (Misc queries) | |||
Save a Macro | Excel Discussion (Misc queries) | |||
Macro-Save as | Excel Discussion (Misc queries) | |||
Macro to save | Excel Worksheet Functions | |||
Save Macro - yet another question | Excel Discussion (Misc queries) |