Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Importing Text File with more than 65536 rows

I am tring to import text files, into column A, but some files contain more
than 65536 rows. I would love to get the rest of the file in Column B if when
the file contains more than 65536 rows
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 318
Default Importing Text File with more than 65536 rows

Look at this link. Microsoft article explains how this can be done. You may
have to modify the code somewhat since you want the additional data to go
into column B rather than to the next sheet.

Alok Joshi

"Allan" wrote:

I am tring to import text files, into column A, but some files contain more
than 65536 rows. I would love to get the rest of the file in Column B if when
the file contains more than 65536 rows

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 318
Default Importing Text File with more than 65536 rows

Oops did'nt give you the link!! However, I see that Dave has already provided
you the link.
http://support.microsoft.com/default...b;en-us;120596

Alok Joshi

"Alok" wrote:

Look at this link. Microsoft article explains how this can be done. You may
have to modify the code somewhat since you want the additional data to go
into column B rather than to the next sheet.

Alok Joshi

"Allan" wrote:

I am tring to import text files, into column A, but some files contain more
than 65536 rows. I would love to get the rest of the file in Column B if when
the file contains more than 65536 rows

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default Importing Text File with more than 65536 rows

Microsoft has a macro solution that does something similar:
http://support.microsoft.com/default...;EN-US;q120596
XL: Importing Text Files Larger Than 16384 Rows
(written for xl95, but has a note to change stuff for xl97+)

It actually puts the extra lines into a new worksheet, but I bet it could be
modified to go to the next column.

Allan wrote:

I am tring to import text files, into column A, but some files contain more
than 65536 rows. I would love to get the rest of the file in Column B if when
the file contains more than 65536 rows


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Importing Text File with more than 65536 rows

Thanks to bith of you guys, the link helped perfectly.
Allan

"Dave Peterson" wrote:

Microsoft has a macro solution that does something similar:
http://support.microsoft.com/default...;EN-US;q120596
XL: Importing Text Files Larger Than 16384 Rows
(written for xl95, but has a note to change stuff for xl97+)

It actually puts the extra lines into a new worksheet, but I bet it could be
modified to go to the next column.

Allan wrote:

I am tring to import text files, into column A, but some files contain more
than 65536 rows. I would love to get the rest of the file in Column B if when
the file contains more than 65536 rows


--

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
Need to export to a CSV but my file has more than 65536 rows laredotornado Excel Discussion (Misc queries) 6 January 30th 08 05:03 AM
Importing File greater than 65536 dan Excel Worksheet Functions 1 August 13th 06 03:31 PM
Importing a text file into Excel with too many rows? Nexan Excel Discussion (Misc queries) 2 August 17th 05 01:52 PM
Importing a large text file (65536) Chip Pearson Excel Programming 0 May 18th 04 09:24 PM
export a text file which more than 65536 rows into excel Navin Excel Programming 2 November 19th 03 10:55 PM


All times are GMT +1. The time now is 03:43 AM.

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"