View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BEDE[_4_] BEDE[_4_] is offline
external usenet poster
 
Posts: 3
Default Cells(my_crt_row,my_crt_col+1) crashes for my_crt_row65536

I tried this in Excel 2007, where the worksheets may have 1M rows.
Why does this crash?
In Excel 2000 to 2003, this thing worked fine for my_crr_row<=65536, as I
expected. But now, having more rows in a sheet, why does this not work for a
larger row number?