View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Trying to read in a CSV file into an Excel one when you open it

Albretch,
If you double click on the .csv, does it open in Excel OK ?

NickHK

"Albretch" wrote in message
news:13249998.1109826249790.JavaMail.X@x-0yc08mu0lvpns...


Hi

I have a nicely formatted csv data file containing only decimal numbers

I need to open it using an excel blank '.xsl' file that would insert the

data
into it

I have tried a number of things to no avail and I think it should be

straight
forward since ".csv" is a native format to excel

How do you read in a csv data file into an opening excel one?

Can anyone point me to some example code?