Thread
:
A1:B(xlDown)?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Simon[_2_]
external usenet poster
Posts: 89
A1:B(xlDown)?
Hi,
I use
Range("A1").Select
Range(Selection, Selection.End(xlDown)).Select
for column A, but how do I grab from A1 to the last record in row B in
one swoop?
Reply With Quote
Simon[_2_]
View Public Profile
Find all posts by Simon[_2_]