Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I am using a script to build various worksheets in an excel spread sheet. From looking at the results, the last row that I am getting is 65536 which if memory serves me is the largest unsigned binary number that can be stored in 2 bytes. Is this an excel limitation ? If it is can it be overridden ? Thanks in Advance Bob |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Yes, you're right. Each excel worksheet can have only 65536 lines. -- oteixeira ------------------------------------------------------------------------ oteixeira's Profile: http://www.excelforum.com/member.php...o&userid=35320 View this thread: http://www.excelforum.com/showthread...hreadid=557382 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
xl97 to xl2003 have a limit of 64k rows.
xl2007 will have 1 meg rows. This is per worksheet. You can add more worksheets if you want. Bob's row limit question wrote: Hi, I am using a script to build various worksheets in an excel spread sheet. From looking at the results, the last row that I am getting is 65536 which if memory serves me is the largest unsigned binary number that can be stored in 2 bytes. Is this an excel limitation ? If it is can it be overridden ? Thanks in Advance Bob -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See Excel Help for "specifications" for such documented limitations.
Jerry "Bob's row limit question" wrote: Hi, I am using a script to build various worksheets in an excel spread sheet. From looking at the results, the last row that I am getting is 65536 which if memory serves me is the largest unsigned binary number that can be stored in 2 bytes. Is this an excel limitation ? If it is can it be overridden ? Thanks in Advance Bob |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
is there a limit to the number of rows the filter can handle? | Excel Discussion (Misc queries) | |||
Asked previously...can this not be done in excel | Excel Discussion (Misc queries) | |||
How can I read over than 65,536 rows from excel spreed sheet | Excel Discussion (Misc queries) | |||
How do I reduce number of Rows displayed in Excel worksheet? | Setting up and Configuration of Excel | |||
What is the maximum number of rows in an Excel spreadsheet ? | Excel Discussion (Misc queries) |