View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Only allow certain users access to specific sheets within a workbo

You can hide the sheets, then password protect the workbook, protecting at
least the structure.

Such protection is easily broken, but should keep all but the most
determined users from subverting your efforts.

--
Regards,
Tom Ogilvy

"Dixie" wrote in message
...
I am trying to set a workbook up so that I can link to a specific sheet
within a workbook and I do not want the users who use these links to be

able
to go to any of the other sheets. Is this possible? If so, how? We are
currently using Excel 2002. Thanks!