View Single Post
  #2   Report Post  
George Nicholson
 
Posts: n/a
Default

If using VBA you can use the ScrollArea property. As I recall, this setting
is not persistent (i.e., it doesn't save with the workbook) so it needs to
be set in the WorkbookOpen event or something similar.

--
George Nicholson

Remove 'Junk' from return address.


"Mike" wrote in message
...
I'm creating a form with excel and would like users to view a specified
cell
range. I know how to protect cells. The form is A1-F94 and I would like
users
to only see that range of cells.