View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Benjamin Fortunato[_2_] Benjamin Fortunato[_2_] is offline
external usenet poster
 
Posts: 2
Default Does Excel Support the VB List Class?

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