Getting the cell reference - last cell with text

  • Thread starter Thread starter DuncanG
  • Start date Start date
D

DuncanG

How can I automatically/ continously get the cell reference to the last
cell in a particular column, that contains text? Any help would be
appreciated!

*Thanks. :) *
 
Duncan

How are you trying to do this as you are in the misc group?

Programmatically...

LastRowInA = Range("A65536").End(xlUp).Row

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 

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