Hi All
I'm using the code below to create template copies, how can i adapt it to avoid duplicates please and only create unique worksheets.
Sub NewDays()
Dim i As Long, LastRow As Long, wksht As Worksheet
Sheets("Tides").Activate
LastRow = Cells(Rows.Count, 1).End(xlUp).Row
For i = 1...