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 can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.

Forum statistics

Threads
1,215,095
Messages
6,123,072
Members
449,093
Latest member
ripvw

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