Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Found some code from Ron's page:
http://www.rondebruin.nl/folder.htm Tinkered with Ron's: Sub Copy_One_File() like below (I had to pre-create the dest. folder: D:\Max\DBrT, but this is not a problem) Sub Copy_One_File() FileCopy "D:\Max\DBrT.xls", "D:\Max\DBrT\Dxx1.xls" FileCopy "D:\Max\DBrT.xls", "D:\Max\DBrT\Dxx2.xls" FileCopy "D:\Max\DBrT.xls", "D:\Max\DBrT\Dxx3.xls" End Sub The above works ok in my tests, but I don't know how to get it to loop through & read/use all the destination names, ie: Dxx1 Dxx2 Dxx3 etc from the list of 100+ branch names that's placed in col A in the active sheet? Thanks for insights / any alternatives |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy worksheets to new book without linking to original book | Excel Discussion (Misc queries) | |||
excel list of names, addresses and email to address book/contact list??? | Excel Discussion (Misc queries) | |||
How can I copy sheet, fill in cell from list and rename worksheet? | Excel Programming | |||
Change/Rename List | Excel Discussion (Misc queries) | |||
Rename File from list | Excel Programming |