I need a code that will select Cell A3 through the last active cell in column F. Please help.
S Shawn Jun 2, 2005 #1 I need a code that will select Cell A3 through the last active cell in column F. Please help.
B Bernie Deitrick Jun 2, 2005 #2 Shawn, Range("C3", Range("F65536").End(xlUp)).Select HTH, Bernie MS Excel MVP