ScrollArea

  • Thread starter Thread starter Hmm
  • Start date Start date
H

Hmm

Has anyone used the scrollarea property instead of cells
protection. No one has ever mentioned it. Basically you
enter the rage of cells you want accessible. The only
thing is that you cannot scroll out of the bound area.

View the worksheet in VBE for the property
 
I've used it before, but I find it's of limited utility since it doesn't
stop the user from selecting a cell outside the scroll area using the
name box.

It's also limited in that it only is in effect for that Excel session -
if you close and reopen the file, the restriction is lifted. You can
work around this if you put the command in the Workbook_Open() event
macro.
 
And another thing that I hate is that you can't select a whole column or row.

If you're applying formats, then it becomes more of a pain to get things done.
 

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

Similar Threads


Back
Top