#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default Save as Macro

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default Save as Macro

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro Save As John Excel Discussion (Misc queries) 1 June 1st 06 12:44 PM
Save a Macro ducttape Excel Discussion (Misc queries) 3 February 20th 06 04:46 PM
Macro-Save as Lois Excel Discussion (Misc queries) 4 May 20th 05 10:53 PM
Macro to save John Excel Worksheet Functions 2 April 29th 05 12:38 AM
Save Macro - yet another question Roger Excel Discussion (Misc queries) 4 April 14th 05 09:28 PM


All times are GMT +1. The time now is 02:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"