P
Peter M
I think I need to use an array, but it insists I use 'constant' expressions
when declaring the array, but I want to change its size depending on the
data in use. ReDim would seem an appropriate option, but that too wants
constant expressions and hence I cannot use variables to define the required
size.
Is this a limitation of VBA (I find hard to believe) or have I missed
something obvious?
Thank
Peter M
when declaring the array, but I want to change its size depending on the
data in use. ReDim would seem an appropriate option, but that too wants
constant expressions and hence I cannot use variables to define the required
size.
Is this a limitation of VBA (I find hard to believe) or have I missed
something obvious?
Thank
Peter M