View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Does Excel Support the VB List Class?

What sort of List do you have in mind

Regards,
Peter T


"Benjamin Fortunato" wrote in
message ...
I have one quick question. Does Excel support vb Lists? I wanted to add
some
data to a vb list via the list.add method, but excel does not support the
format

dim Mylist as list(of double)

Does this mean I have to use the array class?

Best,

Ben