G
Gary Keramidas
i want to store an unknown number variables in a 2 dimensional array and can't
figure out how to use redim preserve
here's what i tried
dim arr() as string
redim arr(1 to 1, 1 to 6)
for n = 1 to itemnum.count
ReDim Preserve arr(1 To n, 1 To 6)
then code to add a values
next
on the 2nd loop i always get an error
can someone enlighten me please?
figure out how to use redim preserve
here's what i tried
dim arr() as string
redim arr(1 to 1, 1 to 6)
for n = 1 to itemnum.count
ReDim Preserve arr(1 To n, 1 To 6)
then code to add a values
next
on the 2nd loop i always get an error
can someone enlighten me please?