Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just to mention an alternative...
Sub Demo() Dim MyArray() MyArray = ActiveCell.Resize(50, 1) 'And...if you wish: MyArray = WorksheetFunction.Transpose(MyArray) End Sub -- Dana DeLouis "Chad" wrote in message ... Got it, I forgot to declare it properly Dim MyArray(50) as Variant not DimArray as Variant |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loading data into an array | Excel Programming | |||
Loading array into list box | Excel Programming | |||
Loading Excel Array from VB Array Faster | Excel Programming | |||
Loading Excel Arrange into VBA array | Excel Programming | |||
Loading 3 Dimensional Array | Excel Programming |