A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Password protecting worksheets



 
 
Thread Tools Display Modes
  #1  
Old February 26th, 2009, 06:39 PM posted to microsoft.public.excel.newusers
VANH1027
external usenet poster
 
Posts: 3
Default Password protecting worksheets

How can I password protect a hidden sheet so that you can only 'unhide' it
with a password? I'm using Excel 2003.
  #2  
Old February 26th, 2009, 07:57 PM posted to microsoft.public.excel.newusers
eduardo
external usenet poster
 
Posts: 2,131
Default Password protecting worksheets

Hi,
Once you hide the sheet you protect your worksheet, Tools protection,
protect worksheet

"VANH1027" wrote:

How can I password protect a hidden sheet so that you can only 'unhide' it
with a password? I'm using Excel 2003.

  #3  
Old February 26th, 2009, 08:28 PM posted to microsoft.public.excel.newusers
VANH1027
external usenet poster
 
Posts: 3
Default Password protecting worksheets

I don't quite follow. I hide the sheet that I don't want seen and protected
and then protect the rest of the workbook? It won't let me protect the hidden
sheet without unhiding it.

"Eduardo" wrote:

Hi,
Once you hide the sheet you protect your worksheet, Tools protection,
protect worksheet

"VANH1027" wrote:

How can I password protect a hidden sheet so that you can only 'unhide' it
with a password? I'm using Excel 2003.

  #4  
Old February 26th, 2009, 08:48 PM posted to microsoft.public.excel.newusers
Gary Brown[_5_]
external usenet poster
 
Posts: 87
Default Password protecting worksheets

It would take some Visual Basic to do what you ask.
So what you might want to do is...
1) Protect the worksheet
2) 'VERY HIDE' the worksheet so that it does NOT appear when you select
'FORMAT SHEET UNHIDE'

To do this...
1) Protect the worksheet
- TOOLS PROTECTION PROTECT SHEET
- The 'Protect Sheet' window will appear
- Make sure the 'Protect worksheet and contents of locked cells' check
box is checked
- Enter a password in the 'Password to unprotect sheet' text box
- WRITE THE PASSWORD DOWN SOMEWHERE!
- Uncheck ALL checked boxes in the 'Allow all users of this worksheet
to:' check boxes
- Select 'OK'
- Re-enter password in the 'Reenter password to proceed.' text box
2) 'VERY HIDE' the worksheet
- TOOLS MACRO VISUBAL BASIC EDITOR
- Press the 'Ctrl' key and the 'R' key at the same time [Ctrl-R] so that
the 'Project - VBAProject' window appears on the left side of the Visual
Basic window.
- Press the 'F4' function key so that the 'Properties Window' will appear
on the left side of the Visual Basic window.
- In the 'Project - VBAProject' window, find the worksheet you just
protected and highlight it.
- When you highlight the worksheet, the 'Properties Window' will change
to show the properties of that worksheet.
- In the 'Properties Window', scroll down to the last item. It should say
'Visible' on the left side of the window and '-1 - xlSheetVisible' on the
right side of the window.
- Select the dropdown and highlight '2 - xlSheetVeryHidden'
- FILE CLOSE AND RETURN TO MICROSOFT EXCEL

This is about the best you're going to be able to do without macros.

--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown



"VANH1027" wrote:

I don't quite follow. I hide the sheet that I don't want seen and protected
and then protect the rest of the workbook? It won't let me protect the hidden
sheet without unhiding it.

"Eduardo" wrote:

Hi,
Once you hide the sheet you protect your worksheet, Tools protection,
protect worksheet

"VANH1027" wrote:

How can I password protect a hidden sheet so that you can only 'unhide' it
with a password? I'm using Excel 2003.

  #5  
Old February 26th, 2009, 09:34 PM posted to microsoft.public.excel.newusers
VANH1027
external usenet poster
 
Posts: 3
Default Password protecting worksheets

Thank you SOOO much! It seems so easy when you explain it like that... Haha

"Gary Brown" wrote:

It would take some Visual Basic to do what you ask.
So what you might want to do is...
1) Protect the worksheet
2) 'VERY HIDE' the worksheet so that it does NOT appear when you select
'FORMAT SHEET UNHIDE'

To do this...
1) Protect the worksheet
- TOOLS PROTECTION PROTECT SHEET
- The 'Protect Sheet' window will appear
- Make sure the 'Protect worksheet and contents of locked cells' check
box is checked
- Enter a password in the 'Password to unprotect sheet' text box
- WRITE THE PASSWORD DOWN SOMEWHERE!
- Uncheck ALL checked boxes in the 'Allow all users of this worksheet
to:' check boxes
- Select 'OK'
- Re-enter password in the 'Reenter password to proceed.' text box
2) 'VERY HIDE' the worksheet
- TOOLS MACRO VISUBAL BASIC EDITOR
- Press the 'Ctrl' key and the 'R' key at the same time [Ctrl-R] so that
the 'Project - VBAProject' window appears on the left side of the Visual
Basic window.
- Press the 'F4' function key so that the 'Properties Window' will appear
on the left side of the Visual Basic window.
- In the 'Project - VBAProject' window, find the worksheet you just
protected and highlight it.
- When you highlight the worksheet, the 'Properties Window' will change
to show the properties of that worksheet.
- In the 'Properties Window', scroll down to the last item. It should say
'Visible' on the left side of the window and '-1 - xlSheetVisible' on the
right side of the window.
- Select the dropdown and highlight '2 - xlSheetVeryHidden'
- FILE CLOSE AND RETURN TO MICROSOFT EXCEL

This is about the best you're going to be able to do without macros.

--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown



"VANH1027" wrote:

I don't quite follow. I hide the sheet that I don't want seen and protected
and then protect the rest of the workbook? It won't let me protect the hidden
sheet without unhiding it.

"Eduardo" wrote:

Hi,
Once you hide the sheet you protect your worksheet, Tools protection,
protect worksheet

"VANH1027" wrote:

How can I password protect a hidden sheet so that you can only 'unhide' it
with a password? I'm using Excel 2003.

  #6  
Old February 28th, 2009, 05:01 PM posted to microsoft.public.excel.newusers
Gord Dibben
external usenet poster
 
Posts: 20,252
Default Password protecting worksheets

I think Eduardo meant for you to hide the sheet then protect the WORKBOOK.

If you protect the workbook with a password under
ToolsProtectionProtectWorkbook, users cannot unhide hidden sheets without
unprotecting the workbook.

You don't need to protect the worksheet.


Gord Dibben MS Excel MVP


On Thu, 26 Feb 2009 12:28:02 -0800, VANH1027
wrote:

I don't quite follow. I hide the sheet that I don't want seen and protected
and then protect the rest of the workbook? It won't let me protect the hidden
sheet without unhiding it.

"Eduardo" wrote:

Hi,
Once you hide the sheet you protect your worksheet, Tools protection,
protect worksheet

"VANH1027" wrote:

How can I password protect a hidden sheet so that you can only 'unhide' it
with a password? I'm using Excel 2003.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:35 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.