Exporting tab-delimiter file - 16 rows

N

notmrexcel

Excel 2003:
1. Create 3 column headers a1, a2 and a3
2. Populate column a1 and a2 only, updating say 30 rows
3. Export as a Tab delimiter file.
4. Only the first 16 rows have the correct number of expected delimiters
e.g a1<tab>a2<tab>a3<tab>
a<tab>b<tab> <- As expected 2 tabs
c<tab>b<tab>
17th row
p<tab>b <--Missing Tab

The 2nd tab does not exist from row 17 onwards.
Anybody have any ideas why Only the first 16 rows???
Cheers
 
D

Dave Peterson

This doesn't seem to be an exact match since it deals with commas, not tabs.
But it sure sounds like the same situation to me:

Saved from a previous post:

This might describe the problem of too many commas in CSV files:

http://support.microsoft.com/default.aspx?scid=77295
Column Delimiters Missing in Spreadsheet Saved as Text

(It actually describes missing delimiter, but if some are "missing", maybe the
ones appearing are "extra".)

(But a lot of programs (excel included) don't care about those extra columns.
Maybe you don't have to care, either???)

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
 

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