View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mousetrap mousetrap is offline
external usenet poster
 
Posts: 6
Default Reading .csv file into array

Hi,

I have a "comma separated values" file and I need to read it and load it
into an array using VBA. I cannot use any excel specific functions. How
do I do that? Actually, the file is generated from excel; I need to read
the file using VBA from a graphic program like CorelDraw or
AdobeIllustrator.

Thanks.

---------
MouseTrap