I need to count the number of rows in my pivot table. Normally, I would use: Count = Cells(Rows.Count, "A").End(xlUp).Row to get the number of rows with data in a column. I cannot figure out what to change to start counting at A4 and end at A24 in the example below. I can make the active cell A4 with Range("A4").Select, but don't know what to do from there. The number of rows will vary when I run the macro each time.
Any help or guidance is appreciated.
Any help or guidance is appreciated.