Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() This is my best guess on how to do this: Dim testvalue, testarray() For testvalue = 50 To 100 Step 5 ReDim Preserve testarray(UBound(testarray) + 1) testarray(UBound(testarray)) = testvalue Next testvalue So the goal is to start with an array of unknown size and simply add values until complete. I am sure this is very flawed. Would appreciate any help. Will |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Redimming an array dynamically assigned from range (how to redim first dimension of a 2-D array? /or/ reverse the original array order) | Excel Programming | |||
Append One Array to Another, and Consolidate | Excel Programming | |||
Trying to append to file using an array | Excel Programming | |||
Append data from a column to separate table array | Excel Programming | |||
how to know which row to append for the last row | Excel Programming |