Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Save workbook with 10 different names


Hi

I want to save my workbook with 10 different name, and the date o
saving.

format: existing name of workbook + i.e. Martin Hansen + mm-yyyy
.xls


Even better would be to save the .xls files as .zip files, howeve
after some research it seems that it isn't the easiest task. So I gues
.xls would d

--
Ctec
-----------------------------------------------------------------------
Ctech's Profile: http://www.excelforum.com/member.php...fo&userid=2774
View this thread: http://www.excelforum.com/showthread.php?threadid=47539

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Save workbook with 10 different names

Assume the names are in Range(A1:A10) of the active sheet.
sName = Activeworkbook.FullName
sName = Left(sName,len(sname)-4)
for each cell in Range(A1:A10)
activeworkbook.SaveCopyAs sName & cell.Value & format(Date, _
"mm-yyyy") & .xls
Next

--
Regards,
Tom Ogilvy

"Ctech" wrote in
message ...

Hi

I want to save my workbook with 10 different name, and the date of
saving.

format: existing name of workbook + i.e. Martin Hansen + mm-yyyy +
xls


Even better would be to save the .xls files as .zip files, however
after some research it seems that it isn't the easiest task. So I guess
xls would do


--
Ctech
------------------------------------------------------------------------
Ctech's Profile:

http://www.excelforum.com/member.php...o&userid=27745
View this thread: http://www.excelforum.com/showthread...hreadid=475395



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Save workbook with 10 different names

Hi Ctech

Have you try the suggestions yesterday ? in this tread
Save workbook, in .zip


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Ctech" wrote in message
...

Hi

I want to save my workbook with 10 different name, and the date of
saving.

format: existing name of workbook + i.e. Martin Hansen + mm-yyyy +
xls


Even better would be to save the .xls files as .zip files, however
after some research it seems that it isn't the easiest task. So I guess
xls would do


--
Ctech
------------------------------------------------------------------------
Ctech's Profile: http://www.excelforum.com/member.php...o&userid=27745
View this thread: http://www.excelforum.com/showthread...hreadid=475395



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Save workbook with 10 different names


No I haven't had the time to try it yet. However I will later. Ill keep
u posted.

Thanks


--
Ctech
------------------------------------------------------------------------
Ctech's Profile: http://www.excelforum.com/member.php...o&userid=27745
View this thread: http://www.excelforum.com/showthread...hreadid=475395

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
Save with 2 names tclark14 Excel Discussion (Misc queries) 1 April 2nd 06 09:45 PM
Select sheet tabs in workbook & save to separate workbook files stratocaster Excel Worksheet Functions 2 March 1st 06 03:35 PM
how do I find names in a workbook full of names aj Excel Discussion (Misc queries) 1 January 19th 06 09:01 PM
Save files as different names Steph[_4_] Excel Programming 5 August 27th 04 07:15 PM
What commands do you use to name a workbook, save a workbook,open a workbook Steven R. Berke Excel Programming 1 July 24th 03 11:37 PM


All times are GMT +1. The time now is 01:01 PM.

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"