Thread
:
Dynamic multi-dimensional array
View Single Post
#
1
Posted to microsoft.public.excel.programming
dsh
external usenet poster
Posts: 5
Dynamic multi-dimensional array
Is it possible to create a dynamic multi-dimensional array? I know the
following will not work, but something to the effect:
dim arr()
dim s as string
s = "5, 6, 10"
redim arr(s) 'i.e. redim arr(5, 6, 10)
Thanks.
Reply With Quote
dsh
View Public Profile
Find all posts by dsh