Worksheet size limited

Z

zephyr_60

Hi,

I have a spreadsheet with a worksheet that numbers rows 1 to 153. What
is the command that limits the size. I cannot put the mouse in the area
after row 153 and it is not protected.
 
G

Gord Dibben

Maybe the rows below are hidden?

Hit CTRL + a(twice in 2003) and Format>Row>Unhide

Anything?

Type A170 in name box and hit ENTER.

Do you go to A170?

Perhaps you have code, either sheet event or workbook event that limits the
ScrollArea?

Right-click on the sheet tab and "View Code".

Any sheet_activate code in there?

Right-click on the Excel logo left of "File" on menu bar and "View Code"

Anything there?


Gord Dibben Excel MVP
 
Top