This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub DuplicateTemplateAndFillC1() | |
Dim wb As Workbook | |
Dim wsList As Worksheet | |
Dim rngNames As Range | |
Dim cell As Range | |
Dim templateWs As Worksheet | |
Dim newWs As Worksheet | |
Dim createdCount As Long | |
' 1) Tweak these to match your setup: |