J
Jeremy_LFW
Hi,
I've created a search function for arrays, but it only works on 1-d arrays.
dim myarray(1 to 5, 1 to 10) as string
msgbox mysearch((myarray(1)), "mysearchstring")
is it possible to have VBA treat each 10-element array as if it were an
array? the above gets a compile-time error saying it is not an array.
thanks
Jeremy
I've created a search function for arrays, but it only works on 1-d arrays.
dim myarray(1 to 5, 1 to 10) as string
msgbox mysearch((myarray(1)), "mysearchstring")
is it possible to have VBA treat each 10-element array as if it were an
array? the above gets a compile-time error saying it is not an array.
thanks
Jeremy