View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dan[_49_] Dan[_49_] is offline
external usenet poster
 
Posts: 5
Default Declaring 2 dimensional arrays

I want to have an array - Item(100,2) where the first column is a string and
the second column is an integer.

Is this possible? If so how do I declare the variable.

Dan