Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, I have sucessfully used Ron de Bruin's, Copy Txt to new worksheet macro.
My txt file now however has more lines than what 1 excel page can handle. Is it possible have the macro identify the last line imported into excel and place all remaining lines onto a new page? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Tamara
The MS Knowledge Base has code to copy large text files across multiple sheets. http://support.microsoft.com/default...;en-us;Q120596 Gord Dibben MS Excel MVP On Mon, 1 Dec 2008 16:59:01 -0800, Tamara wrote: Hi, I have sucessfully used Ron de Bruin's, Copy Txt to new worksheet macro. My txt file now however has more lines than what 1 excel page can handle. Is it possible have the macro identify the last line imported into excel and place all remaining lines onto a new page? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have code on my web site that will import a text file with any
number of lines and will continue the import process from one worksheet to the next until the entire file is read in. There is no limitation on the size of the text file other than the limitation on Long type variables (4 billion lines) and Excel's own available memory. There are many configuration options to control how the file is imported, number of record per sheet, and so on. See www.cpearson.com/Excel/ImportBigFiles.aspx for code and details. Cordially, Chip Pearson Microsoft MVP Excel Product Group Pearson Software Consulting, LLC www.cpearson.com (email on web site) On Mon, 1 Dec 2008 16:59:01 -0800, Tamara wrote: Hi, I have sucessfully used Ron de Bruin's, Copy Txt to new worksheet macro. My txt file now however has more lines than what 1 excel page can handle. Is it possible have the macro identify the last line imported into excel and place all remaining lines onto a new page? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How come I can't import an .svc file(Open Office) to Excel file? | Excel Discussion (Misc queries) | |||
How do I import a CSV file to excel | Excel Discussion (Misc queries) | |||
import flash file in excel | Excel Discussion (Misc queries) | |||
Excel file 4MB.Copied sheets to a new file.Now=64Kb-easier way? | Excel Discussion (Misc queries) | |||
Is there a way to import a pdf file in to Excel | Excel Worksheet Functions |