Rafael,
Post a sample of the data you have and the result you want.
NickHK
"Rafael" ...
How do I remove the situation of delimitation when saving as? how do I
save
as fixed space? (I tried all types of TXT formats and all of them give me
double quotes)
"Tom Ogilvy" wrote:
That usually is the case if you are saving as a delimited file and the
contents of the cell contains the delimiter within. Remove that
situation
and you shouldn't get the double quotes.
Or save the file as fixed space so there are no delimiters.
or you can write code to create the file to fit your specifications.
Here
is a start:
http://www.cpearson.com/excel/imptext.htm import/export text files
--
Regards,
Tom Ogilvy
"Rafael" wrote:
I am trying to save data from an excel spreadsheet under .txt format.
However
the final format has quotes "" at the begining and end of certain
lines. How
do I get rid of them?