Importing one row takes the place of two

R

RickM

I've written a program that takes the results from a web form and emails the
customer an attached tab delimited text file that they can then import into
Excel.

Only problem is that the single row import process claims two rows each
time. So records are on lines 1,3,5,7,9 etc. This was not previous behavior
for Excel.

I've tried sending line feed or return characters at the end of the file but
they make no difference whatsoever.

How do I get a single row import from text to claim a single row?
 
D

Dave Peterson

I'd guess that your text file has a couple of new line characters (instead of
just one) at the end of each line.

You may want to inspect the text file in some hex editor.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top