View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael Gamer Michael Gamer is offline
external usenet poster
 
Posts: 2
Default Excel XP 2003 changes from Excel 2000

I'm reading in delimited text files using the
Workbooks.OpenText method. Many of these files contain 2
consecutive Line Feeds which on Excel 2000 produce a
blank row.

Excel 2003 however ignores these and does not produce the
blank rows, which in turn causes HUGE problems.

Can anyone suggest a workaround or explain this a bit
further.

Please reply to the group only.

Michael