Code to select range

S

Shawn

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

Bernie Deitrick

Shawn,

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

HTH,
Bernie
MS Excel MVP
 
Top