Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to export to a CSV but my file has more than 65536 rows | Excel Discussion (Misc queries) | |||
Importing File greater than 65536 | Excel Worksheet Functions | |||
Importing a text file into Excel with too many rows? | Excel Discussion (Misc queries) | |||
Importing a large text file (65536) | Excel Programming | |||
export a text file which more than 65536 rows into excel | Excel Programming |