Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Import tab text data(more than 65K rows) into excel by VBA

I would like to import tab determined text data into excel, but I have
to handle more than 65K rows. Colum is determined 47.

How can I make VBA?

Please give me some advices.

Regards,
Shinchan

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default Import tab text data(more than 65K rows) into excel by VBA

There are a number of options:

1. Don't use Excel, but instead Access.
2. Use File I/O and take chunks of the file and put
in different sheets.
3. Download the Office 2007 beta:
http://www.microsoft.com/office/prev...n/default.mspx
Excel 2007 has 1048576 rows (2 ^ 20) compared to now 65536 (2 ^ 16) rows.

RBS

wrote in message
oups.com...
I would like to import tab determined text data into excel, but I have
to handle more than 65K rows. Colum is determined 47.

How can I make VBA?

Please give me some advices.

Regards,
Shinchan


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Import tab text data(more than 65K rows) into excel by VBA

Maybe you could use the code found here..........

http://support.microsoft.com/default...;en-us;Q120596


Gord Dibben MS Excel MVP

On 30 Jun 2006 21:11:28 -0700, wrote:

I would like to import tab determined text data into excel, but I have
to handle more than 65K rows. Colum is determined 47.

How can I make VBA?

Please give me some advices.

Regards,
Shinchan


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
How to Start Excel in Text Import Wizard for data import rlelvis Setting up and Configuration of Excel 0 July 10th 08 08:40 PM
import text and sort data into excel Boozman Excel Worksheet Functions 2 August 29th 05 01:15 PM
how to Import data in excel office2003 with data more 65000 rows Abhijit Excel Worksheet Functions 1 May 13th 05 05:12 AM
How do I import data into Excel that exceeds 70000 rows? Claudia Phelps Excel Discussion (Misc queries) 2 March 25th 05 11:33 PM
how to import data from text file which has more 70k rows ? meh Excel Programming 1 January 16th 04 05:14 PM


All times are GMT +1. The time now is 10:24 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"