Set number of columns/rows?

P

Paddy

I have been given a commercial spreadsheet, with coulmns A to M and rows 1
to 30.

How did the author set a limit to number of rows/columns?

Paddy
 
G

Guest

hi,
not sure but one way he could have done it is to hide all rows and columns
that he didn't want to use.

regards
FSt1
 
T

T. Valko

If you can't scroll past column M or below row 30 the author has limited the
scroll area using VBA code. If this is a commercial product the code is
probably very hidden and you won't be able to "mess" with it.

If you can scroll but the other columns and rows are just a big solid gray
area then the author hid the columns and rows. They may have done this with
code also and may have also prevented the ability to unhide the
columns/rows.

If you can scroll you can try to unhide the columns/rows like this:
(provided they haven't also disabled some of the menu commands)

Hit function key F5 (which may have been disabled?)
If the GOTO dialog opens type in N1:IV1
Hit OK
Then goto the menu Format>Column>Unhide

Repeat the same process for rows

Biff
 
P

Paddy

T. Valko said:
If you can't scroll past column M or below row 30 the author has limited
the scroll area using VBA code. If this is a commercial product the code
is probably very hidden and you won't be able to "mess" with it.

I think that is it. Can't scroll past those cells. I had looked at
settings, Help & Googled, all to no avail.

I thought maybe hidden, as you and FSt1 suggested it might be, but no.

I just thought it a neat trick.

Thanks

Paddy
 
T

T. Valko

You're welcome!

Biff

Paddy said:
I think that is it. Can't scroll past those cells. I had looked at
settings, Help & Googled, all to no avail.

I thought maybe hidden, as you and FSt1 suggested it might be, but no.

I just thought it a neat trick.

Thanks

Paddy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top