VBA Macro to paste values from a list in multiple separate worksheets

Vlookup_Er_No

New Member
Joined
Mar 3, 2021
Messages
1
Office Version
  1. 365
I have the an "Input" spreadsheet with a list of unique values. Then I have a series of worksheets that are identical templates. I want to past each unique value from the list on the "Input" sheet into the same cell within each of he separate worksheet templates. Ideally the macro / code would also then rename the worksheet to that value. Is there a marco / VBA code that could automate this for me?
Example is below:

"Input" Sheet:
Template Serial No.
1 755888
2 726958
3 745236
4 845694
5 788956

In the Worksheet currently named "1", I want Serial No. "755888" pasted in Cell "C3". And if possible the worksheet renamed to "755888"
In the Worksheet currently named "2", I want Serial No. "726958" pasted in Cell "C3". And if possible the worksheet renamed to "726958"
In the Worksheet currently named "3", I want Serial No. "745236" pasted in Cell "C3". And if possible the worksheet renamed to "745236"
.....and so on.... through the entire list of values in the "Input" sheet. The cell I want the value pasted in for each worksheet will be fixed and the same for each worksheet.

Please help automate :)
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN

Forum statistics

Threads
1,214,875
Messages
6,122,047
Members
449,064
Latest member
scottdog129

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