Reply to thread

i am trying to use redim preserve to alter the number of rows in an array to field_i.  But i get a message informing me that i can only add to the rightmost column.  Where i want to add to the number of rows - not columns.


ReDim Preserve aryField(Field_i, 3)


Is there a way of doing this, or should i just take the array the other way?


Back
Top