View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] philipaaldridge@googlemail.com is offline
external usenet poster
 
Posts: 2
Default Adding a new file extension for Pipe Delimited files

Hi All,

Does anybody know a method so that pipe-delimited-separator text files
can be recognised and handle like CSV files in much the same way ( but
without disturbing CSV handling) ?

My problem is that I have a high volume of standard CSV files and pipe
delimited files. At the moment I have to you the file - import -
delimited | method..

Can this be achieved by adding a new file extension, say *.PCSV which
open and handle like CSV files?

Cheers in advance.
Phil