Hi,
I got the final column from the code below.
finalCol = ThisWorkbook.Worksheets("Daily Totals").Cells(2, Sheets("Daily Totals").Columns.Count).End(xlToLeft).Column
How do I set a range to reference G2 to finalCol & row 2?
The following code is only for reference to help explain what I...