Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to convert two files. Both from .xls. One into a delimited file with
~ and one with |. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Perhaps do a find and replace , to ~ using Notepad after you save as CSV?
PJY wrote: I need to convert two files. Both from .xls. One into a delimited file with ~ and one with |. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could modify your windows regional settings (list separator) (twice!) and
then save as the .csv files. Or... Maybe you could write your own exporting program that would behave exactly the way you want: Here are three sites that you could steal some code from: 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 (or maybe you could build your own formula and copy|paste into Notepad.) Check out Earl's Text Write program first. It may do exactly what you want right out of the box. PJY wrote: I need to convert two files. Both from .xls. One into a delimited file with ~ and one with |. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how so i convert a comma delimited file to an .xls file | Excel Discussion (Misc queries) | |||
how do i convert a comma delimited file to an .xls file | Excel Discussion (Misc queries) | |||
tab delimited file convert to columns | Excel Discussion (Misc queries) | |||
How can I save a file as a comma-delimited text file in Excel? | Excel Discussion (Misc queries) | |||
Export excel file to semicolon delimited text file | Excel Discussion (Misc queries) |