View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hasan Cansü[_2_] Hasan Cansü[_2_] is offline
external usenet poster
 
Posts: 4
Default csv file into vb.array

Hi all,

does anyone know any simple way to directly store the
values of csv file in a multidim array (without importing
it into excel)?

My csv file has for now appr. 500 col & 5000 rows, growing
each day. First col is a timestamp, others are market
prices in decimals.

Thanks
Hasan