View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal[_2_] Robert Crandal[_2_] is offline
external usenet poster
 
Posts: 158
Default 2D array of strings problem

You can actually disregard my 2nd question, cuz apparently it
works, but I might not use that after all.

Thank you for your help!


"Robert Crandal" wrote in message
...
Thanks, that worked perfectly.

BTW, is it possible to have a 2D array dimensioned
like this:

ReDim (0 to A, 0 to 0) ' Is this possible?

I'm thinking that the second element will usually contain
ONE element, but it will be at index "0".