Thread: Declare array
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Declare array

DIM MyArray() as String

and redim later on
--
Gary''s Student - gsnu200775


"ranswert" wrote:

How do I declare an array where the upper bound is not known?
Thanks