View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Otto Moehrbach[_2_] Otto Moehrbach[_2_] is offline
external usenet poster
 
Posts: 1,071
Default Prevent worksheet selection

Do you want each manager to gain access to ONLY his sheet? Maybe something
like this: Have a splash sheet with nothing on it except some instructions
to click on the button (a button will be there) to gain access. He does and
a dialog box will pop up asking for his password. He types it in and clicks
OK and his sheet appears. You could have a button on each manager sheet to
hide that sheet when he is through. Does this sound anything like what you
want? HTH Otto
"OxonLad" wrote in message
...
I have a workbook that contains 1 "master sheet" of Personnel data and 30
other sheets for individual line managers. The individual line manager
sheets contains a subset of this master data relevant to their teams only.
Is there anyway to only allow certain individuals to select their sheet?
I
imagine a sort of Range Protection with permissions but at a worksheet
level.

Failing this I guess I'll have to resort to hiding rows and columns and
then
use worksheet protection to allow un-hiding with a password

Thank you all in advance
Andy