Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default how to increase my column length to enter 600,000 entries

i am using a excel office version and connecting it to data loggin system. i
will need to log data for 600,000 entries in a single file continously. I
would like to know if these many entries are posible or if not then how can i
go about it to make it possible
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 923
Default how to increase my column length to enter 600,000 entries

Excel is limited to 65,536 rows Maximum. So you cannot read in a continuous
file more than this.

It is possible to split into multiple columns, so that when the first
column(s) are filled you select the top of the next and so on, or use
another worksheet(s) to store the subsequent rows. But generally more than
65,536 rows makes for data management over head, but it does depend what you
wish to do with the data once it is loaded.

--
Cheers
Nigel



"jeffrey" wrote in message
...
i am using a excel office version and connecting it to data loggin

system. i
will need to log data for 600,000 entries in a single file continously. I
would like to know if these many entries are posible or if not then how

can i
go about it to make it possible



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default how to increase my column length to enter 600,000 entries


log the data in a text file, DBASE file XML or MDB.
(last is fastest)

then use QueryTable or ADO to work on a subset
(with a max of 65536 rows)





--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


jeffrey wrote :

i am using a excel office version and connecting it to data loggin
system. i will need to log data for 600,000 entries in a single file
continously. I would like to know if these many entries are posible
or if not then how can i go about it to make it possible

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 do I increase the length of a drop down list? Swill_Vermin Excel Worksheet Functions 1 October 11th 07 12:16 PM
Can I increase the length data from a formula in a cell? John Excel Discussion (Misc queries) 1 October 24th 06 02:18 PM
Can I increase the length data from a formula in a cell? John Excel Worksheet Functions 0 October 24th 06 01:38 PM
How do I increase the length of file names? RJS Excel Discussion (Misc queries) 1 May 31st 05 12:38 AM
Increase Length of Name Box Tim Excel Discussion (Misc queries) 3 January 26th 05 06:27 AM


All times are GMT +1. The time now is 08:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"