View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ardus Petus Ardus Petus is offline
external usenet poster
 
Posts: 718
Default Array of Strings

Hi Zone,

Dim myArray(10) as String

Strings are variable length per se.

HTH
--
AP

"Zone" a écrit dans le message de news:
...
I want to set up, for lack of a better term, an array of strings,
evidently a 2-D String array. The number of strings and the number of
characters per string will vary according to conditions. How do I
dimension the array?
Thanks,
James