VBA Code - loop to duplicate workbook 100 times, saving with looked up filename and new file format

PattCash

New Member
Joined
Jun 24, 2019
Messages
3
Hi,

I have an xlsb workbook. I have a cell with the value 1 in it. Adjacent to it I have a cell with the Named Range “Club_name” – this cell uses the 1 as the row number in an INDEX function to lookup a name from a list. I have another Named Range called “Data” which also updates when the 1 changes.

I want to make 100 copies of my original workbook. I want to loop through the numbers 1-100, hard-pasting the Named Range “Data” and each time save it as a new workbook (using the Named Range “Club_name” as the filename) in the xlsx format. Note, presumably each time the original workbook needs to be used in the code to loop through the numbers and so that the Named Range “Data” updates (i.e. before it is hard-pasted).

Anyone able to help. I’ve been trying but getting nowhere :(

Thanks :)
EcQm-M-dy5lAkWDSwtVtv14BJLLQNmjuco3OJIesgOFRmw
ZS8YyxM
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.

Forum statistics

Threads
1,213,494
Messages
6,113,988
Members
448,538
Latest member
alex78

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top