Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Importing one row takes the place of two

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?

--
Rick Mason
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Importing one row takes the place of two

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.

RickM wrote:

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?

--
Rick Mason


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Confirm SaveAs takes place. SJW_OST[_2_] Excel Programming 6 October 17th 08 05:40 AM
Turn AutoCalc before calc takes place Mitch Powell Excel Programming 5 January 7th 08 08:03 PM
Importing Alan Beban's code on Arrays; Importing a module or a project Steve G Excel Worksheet Functions 4 August 27th 07 04:18 PM
What takes the place of a space in a formula? greenrocksandsodoesschoolandmylife Excel Discussion (Misc queries) 3 February 3rd 05 07:00 PM
Save takes seconds vs. SaveAs/Save As takes minutes Andrew H[_3_] Excel Programming 0 August 17th 04 07:17 PM


All times are GMT +1. The time now is 12:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"