Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sorry, i was playing around and forgot to remove that line
-- Gary "Alan Beban" <unavailable wrote in message ... Gary Keramidas wrote: see if this will work Sub test() Dim arr As Variant Dim x As Integer, n As Integer ReDim arr(100) For n = 1 To 100 ReDim Preserve arr(1 To n)'<--What's the point of this? arr(n) = 5 Next n End Sub Alan Beban |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fill in cells with an array | Excel Discussion (Misc queries) | |||
fill array with only values | Excel Programming | |||
FILL ARRAY ONE ROW AT A TIME | Excel Programming | |||
fill array | Excel Programming | |||
fill down array to last available row | Excel Worksheet Functions |