Last Empty Row in Range

  • Thread starter Thread starter dunnerca
  • Start date Start date
D

dunnerca

I have checked and seen many examples of how to find the last row in a column
by using

lastcell=.cells(.rows.count,1).end(xlUp)(2).select

However, that appears to look at the ENTIRE column. My data starts, say, in
row 15. How do I use the above code to look only at rows below row 15?

Thanks.
 

Ask a Question

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.

Ask a Question

Back
Top