Thread
:
Load selection into an Array - VBA
View Single Post
#
2
Posted to microsoft.public.excel.programming
RB Smissaert
external usenet poster
Posts: 2,452
Load selection into an Array - VBA
Dim arr
arr = Range(Cells(1), Cells(10, 10))
RBS
"brittonsm" wrote in message
...
How do I take a selection of cells on the sheet and load them into an
Array in VBA?
-Steve
Reply With Quote
RB Smissaert
View Public Profile
Find all posts by RB Smissaert