JasonLeVan
Board Regular
- Joined
- Feb 7, 2011
- Messages
- 121
I need a macro that will search column c for the first empty row and then just stay there.
Cells(1, 3).End(xlDown).select
finalrow = Cells(Rows.Count, 3).End(xlUp).Row
Cells(finalrow + 1, 3).Select
Cells(Rows.Count, 3).End(xlUp).offset(1).Select