Hi there,
I have a section of a much longer bit of code that selects a range of dates and makes a named range that gets used in a number of places.
Set dateRef = Cells(rCount, 1).Offset(-175).Resize(176, 1)
ThisWorkbook.Names.Add Name:="_Dates", RefersTo:=dateRef
Range("a2:a" & rCount +...