If it's true that declaring a variable as variant takes up the most memory, then if I have a predefined array with say 4 strings
Myarray = Array("value1","value2","value3","value4"
how could i declare that as string or as a nonvariant,
ive tried declaring
Dim Myarray as string
but it hasnt worked, what am i missing, or is that not possible, thanks!!
Myarray = Array("value1","value2","value3","value4"
how could i declare that as string or as a nonvariant,
ive tried declaring
Dim Myarray as string
but it hasnt worked, what am i missing, or is that not possible, thanks!!