Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Splitting data on sheets for more than 65536 rows...

Hello all,

Just imagine that i have a Access database (C:\data.mdb) has a table more
than 65536 rows (table name: parts)

I want to import the parts table to excel. Can i do this without coding
(from 1 to 65536 to sheet1, the others to sheet2, sheet3 etc...)

If not, can i code it as: from record 1 to 65536 copy to sheet1, others to
sheet2, sheet3 etc.

Thanks in advance..

Regards,
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 272
Default Splitting data on sheets for more than 65536 rows...

Duck, have you looked into the PageSize property of the Database object? I
have not used it myself but read somewhere that this should allow you to
limit how many records are returned.
--
Charles Chickering

"A good example is twice the value of good advice."


"SupperDuck" wrote:

Hello all,

Just imagine that i have a Access database (C:\data.mdb) has a table more
than 65536 rows (table name: parts)

I want to import the parts table to excel. Can i do this without coding
(from 1 to 65536 to sheet1, the others to sheet2, sheet3 etc...)

If not, can i code it as: from record 1 to 65536 copy to sheet1, others to
sheet2, sheet3 etc.

Thanks in advance..

Regards,

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 VLOOKUP multiple sheets and each sheet have 65536 rows? nginhong Excel Worksheet Functions 9 June 4th 09 02:05 AM
Consolidate data from worksheet (more then 65536 rows) Mandeep Dhami Excel Discussion (Misc queries) 1 January 16th 08 09:49 AM
Splitting data from sheets into seperate workbooks based on formul bUncE Excel Worksheet Functions 1 September 7th 07 05:55 PM
Splitting Data into separate sheets bernard Excel Discussion (Misc queries) 0 December 2nd 05 04:31 PM
Why does rngDataSource.Rows.Count = 65536 when worksheet Rows=95? [email protected] Excel Discussion (Misc queries) 12 July 22nd 05 12:50 PM


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