hamistasty
Board Regular
- Joined
- May 17, 2011
- Messages
- 208
I'd like code to count the cells with values in them of Column A, row 9 downward of tab "schedule" and make that count a variable.
Something like:
But starting at row 9 not 1, and assigned to a variable.
Something like:
Code:
Sheets("Schedule").Range("A" & Rows.Count).End(xlUp).Row
But starting at row 9 not 1, and assigned to a variable.