View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jeff Jeff is offline
external usenet poster
 
Posts: 921
Default Opening csv file

Hi,

I have a macro that opens a csv file. Here is the problem
On my computer the csv files have a ".csv" extention on the end
"filename.csv" but on my coworkers computer there is no csv extention. So
the macro works on my computer but not on his.

Is there a reason there is no ".csv" extention - do you know the most
efficient way to solve the problem?

Thanks for your help.