Code to select range

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need a code that will select Cell A3 through the last active cell in column
F. Please help.
 
Shawn,

Range("C3", Range("F65536").End(xlUp)).Select

HTH,
Bernie
MS Excel MVP
 

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