Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I'd like to read the values from a range into an array. Does anybody know, how to make my example work? Tom Sub Test() Dim aValues As Variant Dim i As Integer With ActiveSheet.Range("A1:A10") aValues = .Value End With For i = 1 To UBound(aValues) Debug.Print aValues(i) Next i End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
3D Array Problem | Excel Worksheet Functions | |||
Array problem, I think.. | Excel Worksheet Functions | |||
Array problem - TIA | Excel Worksheet Functions | |||
Array Problem | Excel Discussion (Misc queries) | |||
Array Problem, Help Please. | Excel Programming |