Hi All,
I need help creating a macro and have not been able to find the solution I'm looking for in this thread so figured I would make my first post. I need help creating a macro that copies a cell from one sheet into another sheet based on the name of that sheet.
I have included dummy data for an example below. In this example, my workbook has 3 blank sheets named Example 1, Example 2, Example 3, and fourth sheet called Template, which includes the data below. I would like the macro to take the numbers in the input column and put them into their corresponding sheet in cell A1 of that sheet. For example, sheet "Example 1" will include "10" in cell A1 and sheet "Example 2" will include "20" in cell A1.
Sheet Name Input
Example 1 10
Example 2 20
Example 3 30
I recognize this is very simplistic, but I will be repeating this processes for over 20 inputs and the inputs / sheet names will update every quarter/year. The data will always be in the same spot in the "Template" tab and the data will always be input into the same cells in the various sheets, but the number of sheets and inputs themselves will change each time this is ran.
Appreciate any help with this!
Bookmarks