|
Host your Web site with PureHost! |
![]() Sunday, July 02, 2006 – Permalink – Large Text FilesSplit between worksheets
Sub LargeFileImport() Importing Text Files Larger Than 16,384/65,536 Rows Notice the code about 17 lines from the bottom of the macro. 'For xl97 and later change 16384 to 65536. Also, after import, the data must be parsed. Use Data>Text to columns. Also: Daniel Klann: Importing large text files (more then 65,536 rows) into Excel
<Doug Klippert@ 7:32 AM
Comments:
'For xl97 and later change 16384 to 65536.
Post a Comment
... better then using constatnts is compare to Cells.Rows.Count Regards Vlado Sveda sveda@posam.sk Links to this post:
|