Thread
:
Selecting Data in Column
View Single Post
#
1
Posted to microsoft.public.excel.programming
Rex Dunlap
external usenet poster
Posts: 3
Selecting Data in Column
The following code gets the last data cell in column B:
Range("b20000").End(xlUp).Select
I would now like to select the Range("Activecell:B2"). How
do I do that?
Thank you for your help.
Reply With Quote
Rex Dunlap
View Public Profile
Find all posts by Rex Dunlap