C
Count_Rugen
I am trying to save an excel worksheet as a txt file that is semi-colo
delimited.
I have done this by inserting a collumn of semi-colons between eac
collumn in my table, then saving it as a text file. The resulting tex
file is ok, however it inserts tabs between each collumn. So instead o
looking like this:
Item1;item2;item3...
it looks like this:
item1 ; item2 ; item3 ...
I need to import this file into another program and it doesnt work i
there are tabs between the collumns
is there anyway that i can save my info in a txt file without thes
tabs?
Thanks
Count Ruge
delimited.
I have done this by inserting a collumn of semi-colons between eac
collumn in my table, then saving it as a text file. The resulting tex
file is ok, however it inserts tabs between each collumn. So instead o
looking like this:
Item1;item2;item3...
it looks like this:
item1 ; item2 ; item3 ...
I need to import this file into another program and it doesnt work i
there are tabs between the collumns
is there anyway that i can save my info in a txt file without thes
tabs?
Thanks
Count Ruge