Hey Excel Gods need your help for a small problem. VBA noob here.
i have a workbook with Sheet 1: - random date entry(which will manualy updated) in Column B4:B100
i have 2 macro lets cal it "1" & "2".
Macro 1 create a new sheet with the sheet name same as date entry of B4 in Sheet 1 and after that it call Macro 2 in the new sheet.
Problem : I want a vba code that will create a duplicate of the new sheet (i.e., sheet generated after running of Macro 1) for every date entry in sheet 1 (as B4 is already taken care of by macro 1, so the next set of date would be B5 to B100 in sheet 1) and every duplicate sheet will be named as per the corresponding cell value in sheet 1. Also each duplicate sheet's cell A1 & AQ7 should have the corresponding date entry.
Kindly help
Thanks in advance
i have a workbook with Sheet 1: - random date entry(which will manualy updated) in Column B4:B100
i have 2 macro lets cal it "1" & "2".
Macro 1 create a new sheet with the sheet name same as date entry of B4 in Sheet 1 and after that it call Macro 2 in the new sheet.
Problem : I want a vba code that will create a duplicate of the new sheet (i.e., sheet generated after running of Macro 1) for every date entry in sheet 1 (as B4 is already taken care of by macro 1, so the next set of date would be B5 to B100 in sheet 1) and every duplicate sheet will be named as per the corresponding cell value in sheet 1. Also each duplicate sheet's cell A1 & AQ7 should have the corresponding date entry.
Kindly help
Thanks in advance