Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
KH KH is offline
external usenet poster
 
Posts: 1
Default Maximim download file size into Excel 2000

Are there any maximum line capacity constraints when downloading a
data file into Excel 2000?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Maximim download file size into Excel 2000


For all excel versions:
a sheet has a maximum of
2^16 = 65536 rows
2^8 = 256 columns

the rest is up to installed memory.


if you have more rows and need to query =

if it's an exported data dump from another package that doesn't support
database formats i suggest querying the generated textfile with data/query
else any database format would be preferred.

Note that Excel doesn't need MS-Access to handle .mdb files.
(But a recent version of the JET engine is advisable)
Using standard SQL commands, u CAN even drop /create tables and indexes

Highly recommended/ (virtually a MustRead :) =
www.erlandsendata.no = Ado/DAO sections.


You may query a database server, or a mdb or text file of "unlimited"
length, as long as the retrieved recordset is no longer then the maximum
dimensions listed above.



keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


(KH) wrote:

Are there any maximum line capacity constraints when downloading a
data file into Excel 2000?


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
Open 2000 file attachments in Excel 2000 Judy[_2_] Excel Discussion (Misc queries) 2 September 20th 07 10:20 PM
A download of Analysis ToolPak (Analys32.xll) for Excel 2000 EBJones 2006 Excel Worksheet Functions 2 July 4th 06 04:56 AM
How do I download and open a CSV file in Excel 2000? Doug P Setting up and Configuration of Excel 1 March 12th 06 11:32 PM
Hyperlink in Excel 2000 can't open bookmarked Word 2000 file DCheslock Excel Discussion (Misc queries) 1 May 5th 05 10:46 PM
Where can I download the "solver" add-in for Excel 2000? Mr. Bond Excel Discussion (Misc queries) 3 April 3rd 05 12:21 PM


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