Thread: scroll lock?
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default scroll lock?

Just to add to Gordon's excellent example, if the user disables macros, then
scrollArea may not be the way to go.

Also to add to the hidden rows approach, you may want to protect the sheet
with a password as well.

--
Regards,
Tom Ogilvy

"dr chuck" wrote in message
...
I would like to be able to lock a worksheet so that other users cannot
scroll
down the work sheet. How can i accomplish this.

For example i want the sheet to open to rows 1-30 and be unable to display
row 31 and higher to other users.

--
dr chuck