Hello,
Let's say I have
Sheet1 with a column that has a list of colors and Sheet2 has a 4 row x 4 column template with quantities and articles of clothing.
I need my macro to
1. Generate Sheet3 and fill in Row 1 with these column names: "T-shirts" , "Sweaters", "Jackets", and "Pants". (This step can be skipped, but it is preferred)
2. Copy and paste the template from Sheet2 to Sheet3.
3. Find and Replace 'Blank' with the color column starting with the first. 'Red', 'Yellow', 'Orange'. and so on.
4. Macro ends when it reaches a blank value on the color column.
Attached images of screenshots for further clarification.
Thank you for stopping by and your help is very much appreciated!
Also posted on another forum
Need to combine information from two different worksheets on new worksheet
Let's say I have
Sheet1 with a column that has a list of colors and Sheet2 has a 4 row x 4 column template with quantities and articles of clothing.

I need my macro to
1. Generate Sheet3 and fill in Row 1 with these column names: "T-shirts" , "Sweaters", "Jackets", and "Pants". (This step can be skipped, but it is preferred)

2. Copy and paste the template from Sheet2 to Sheet3.
3. Find and Replace 'Blank' with the color column starting with the first. 'Red', 'Yellow', 'Orange'. and so on.

4. Macro ends when it reaches a blank value on the color column.
Attached images of screenshots for further clarification.
Thank you for stopping by and your help is very much appreciated!
Also posted on another forum
Need to combine information from two different worksheets on new worksheet