End of List

  • Thread starter Thread starter Ronbo
  • Start date Start date
assume the activecell is in the list, but not at the end

activecell.End(xldown).select
 
-----Original Message-----

I am looking for a formula that will go to the end of a
list and then one line below, this would be the next open
line that I would like to paste info to.

Using...

Columns("B:B").Select
ActiveCell.End(xlDown).Select

takes me to the upper left cell that has contents.

Any suggestions?
 

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