ryancgarrett
Board Regular
- Joined
- Jun 18, 2011
- Messages
- 122
How do I find the last cell in a column that has a value when there are blanks in the data set? I need to leave a blank row and then add more each time. This is my code currently, which only finds the first blank in the list.
Code:
eRow = Sheets("Journal").Cells(2, 2).End(xlDown).Row + 2