Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save with 2 names | Excel Discussion (Misc queries) | |||
Select sheet tabs in workbook & save to separate workbook files | Excel Worksheet Functions | |||
how do I find names in a workbook full of names | Excel Discussion (Misc queries) | |||
Save files as different names | Excel Programming | |||
What commands do you use to name a workbook, save a workbook,open a workbook | Excel Programming |