+ Reply to Thread
Results 1 to 2 of 2

Export to CSV file using "|" as the delimiter

  1. #1
    William
    Guest

    Export to CSV file using "|" as the delimiter

    Does anyone know how to export an Excel spread sheet to a csv file using
    "|" as the delimiter instead of ","?



  2. #2
    Dave Peterson
    Guest

    Re: Export to CSV file using "|" as the delimiter

    You can (temporarily) change the separator by changing the windows list
    separator under control panel regional settings (number tab) to that |
    character.

    Or you could write your own macro to extract the data in whatever form you want:

    Some sample code to get you started:

    Earl Kiosterud's Text Write program:
    www.smokeylake.com/excel
    (or directly: http://www.smokeylake.com/excel/text_write_program.htm)

    Chip Pearson's:
    http://www.cpearson.com/excel/imptext.htm

    J.E. McGimpsey's:
    http://www.mcgimpsey.com/excel/textfiles.html

    If you're new to macros, you may want to read David McRitchie's intro at:
    http://www.mvps.org/dmcritchie/excel/getstarted.htm



    William wrote:
    >
    > Does anyone know how to export an Excel spread sheet to a csv file using
    > "|" as the delimiter instead of ","?


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1