View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Bob's row limit question
 
Posts: n/a
Default Is there a limit to the number of rows in a excel spread sheet ?

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