If I understand you correctly; the data row will always be filled (especially
ColA,ColB,ColC) and for the current row these columns will not be filled.
In that case; the below code should give you the previous data row. Try and
feedback
Dim lngDataRow as Long
lngDataRow = Cells(Activecell.row, "C").End(xlUp).Row
If I understand you correctly; the data row will always be filled (especially
ColA,ColB,ColC) and for the current row these columns will not be filled.
In that case; the below code should give you the previous data row. Try and
feedback
Dim lngDataRow as Long
lngDataRow = Cells(Activecell.row, "C").End(xlUp).Row
Thanks Jacob, yes, you do understand that the subsequent rows will be
indented essentially. That looks like a basic code call. It has been years
since I had to use basic in my spreadsheets. Do you think it is necessary to
use basic?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.