Hello all,
I have two sheets in a workbook, they are named as "List" and "Original"
I have a list of 'strings' (like apple, banana etc.) in a column A of the sheet called "List". The list has somewhere around 25 to 50 items.
I want -
Can some one give me those precious bits of code to make this happen?
Thank you so much!
I have two sheets in a workbook, they are named as "List" and "Original"
I have a list of 'strings' (like apple, banana etc.) in a column A of the sheet called "List". The list has somewhere around 25 to 50 items.
I want -
- To make copies of sheet "Original". One copy for each item on "List".
- Each copy of sheet should be named based on the item name in list, leaving the first two characters of the string out - like for a string called apple, the sheet should be named as "ple", for "Banana" the sheet should be called as "nana" etc.
- Cell "A2" of each should have the full "string", like "Apple", "Banana" etc.
- Sheet "List" unaltered.
- Sheet "Original" unaltered.
- Sheet "ple" - copy of "Original", cell A2 should have "Apple"
- Sheet "nana" - copy of "Original", cell A2 should have "Banana" and so on...
Can some one give me those precious bits of code to make this happen?
Thank you so much!