hamistasty
Board Regular
- Joined
- May 17, 2011
- Messages
- 208
I want to copy a list of cells from sheet "schedule", column A row 9 down until there is a null value, and then paste them into a new sheet "index".
the above code doesn't work and now I'm stuck.
tia
Code:
Sheets("Index").Range("C13") = Sheets("Schedule").Range("A" & Rows.Count).End(xlUp).Row
the above code doesn't work and now I'm stuck.
tia