Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
confused
 
Posts: n/a
Default protection - hiding worksheets

hi,

I want to be able to open a workbook and be able to see all the worksheets
within it, but I want all other users to open the worksook and see only 3 of
the worksheets.
Is there some way of protecting the workbook to make this happen?

thanks for your help!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mallycat
 
Posts: n/a
Default protection - hiding worksheets


You could use a simple macro to auto hide the sheets ie

Sub auto_open()
Sheets("Sheet1").Visible = False
End Sub


Matt


--
Mallycat
------------------------------------------------------------------------
Mallycat's Profile: http://www.excelforum.com/member.php...o&userid=35514
View this thread: http://www.excelforum.com/showthread...hreadid=553532

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arvi Laanemets
 
Posts: n/a
Default protection - hiding worksheets

Hi


"Mallycat" wrote in
message ...

You could use a simple macro to auto hide the sheets ie

Sub auto_open()
Sheets("Sheet1").Visible = False
End Sub


But anyone holding down Shift key when opening workbook, can bypass this.


Arvi Laanemets


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
confused
 
Posts: n/a
Default protection - hiding worksheets

but if I do this, it means when I open the workbook, I will not be able to
see the sheets either?

"Arvi Laanemets" wrote:

Hi


"Mallycat" wrote in
message ...

You could use a simple macro to auto hide the sheets ie

Sub auto_open()
Sheets("Sheet1").Visible = False
End Sub


But anyone holding down Shift key when opening workbook, can bypass this.


Arvi Laanemets



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default protection - hiding worksheets

It doesn't help that this message is in it's own thread without the
original question, but I'm GUESSING you want something like a sheet
being hidden unless you are the owner - I would set the sheets to
VERYHIDDEN (which means no one can get to them) and then assign a macro
EITHER to a keystroke to unhide them OR to run on open to (perhaps)
check for the current user and IF valid, unhide them.
confused wrote:
but if I do this, it means when I open the workbook, I will not be able to
see the sheets either?

"Arvi Laanemets" wrote:

Hi


"Mallycat" wrote in
message ...

You could use a simple macro to auto hide the sheets ie

Sub auto_open()
Sheets("Sheet1").Visible = False
End Sub


But anyone holding down Shift key when opening workbook, can bypass this.


Arvi Laanemets






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ian Digby
 
Posts: n/a
Default protection - hiding worksheets

Are yourself and the other users on a Windows network? If so, you can
probably easily achieve your goal. Let me know if you are on a network and I
will send you the required code, which should work (but I don't guarantee it!)

Regards
Ian
--
Work performed in the spirit of service is worship...Baha''i Writings


"confused" wrote:

hi,

I want to be able to open a workbook and be able to see all the worksheets
within it, but I want all other users to open the worksook and see only 3 of
the worksheets.
Is there some way of protecting the workbook to make this happen?

thanks for your help!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing protection from excel worksheets Rick Wilson Excel Worksheet Functions 3 March 27th 06 11:58 AM
Best possible protection of worksheets in excel markx Excel Worksheet Functions 0 February 13th 06 10:49 AM
HIDING ROWS IN PROTECTED WORKSHEETS kyoung Excel Discussion (Misc queries) 2 June 9th 05 05:17 AM
Hiding Worksheets Jo Davis Setting up and Configuration of Excel 4 January 13th 05 11:15 PM
Conditional hiding of worksheets KG Excel Discussion (Misc queries) 0 December 2nd 04 05:29 PM


All times are GMT +1. The time now is 10:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"