Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default I need help password protecting a worksheet

I would like to password protect a worksheet within a workbook so you can't
see the information within the worksheet without the password. I know how to
password protect the sheet so that you are unable to edit any of the
information but you can still see it. If this is possible any help is
appretiated. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default I need help password protecting a worksheet

When you "save as" your file. In the uper right coner of the save as from
there is a "tools" drop down menu. Click on it and select general option. All
you have to do is put a password in the "password to open" field. That way,
you will not be able to even open the file without the password.

--
Yanick


"ZBelden" wrote:

I would like to password protect a worksheet within a workbook so you can't
see the information within the worksheet without the password. I know how to
password protect the sheet so that you are unable to edit any of the
information but you can still see it. If this is possible any help is
appretiated. Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default I need help password protecting a worksheet

Yes I know how to password protect a workbook but I'm wondering if I could
password protect a worksheet within a workbook. Currently I am only able to
protect it so its 'read only' and not in the sense that if you try to go to
the worksheet it will prompt for a password before you are able to see the
information.

"Yanick" wrote:

When you "save as" your file. In the uper right coner of the save as from
there is a "tools" drop down menu. Click on it and select general option. All
you have to do is put a password in the "password to open" field. That way,
you will not be able to even open the file without the password.

--
Yanick


"ZBelden" wrote:

I would like to password protect a worksheet within a workbook so you can't
see the information within the worksheet without the password. I know how to
password protect the sheet so that you are unable to edit any of the
information but you can still see it. If this is possible any help is
appretiated. Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default I need help password protecting a worksheet

Well... then I am sorry, I don't think I have a solution for you.

--
Yanick


"ZBelden" wrote:

Yes I know how to password protect a workbook but I'm wondering if I could
password protect a worksheet within a workbook. Currently I am only able to
protect it so its 'read only' and not in the sense that if you try to go to
the worksheet it will prompt for a password before you are able to see the
information.

"Yanick" wrote:

When you "save as" your file. In the uper right coner of the save as from
there is a "tools" drop down menu. Click on it and select general option. All
you have to do is put a password in the "password to open" field. That way,
you will not be able to even open the file without the password.

--
Yanick


"ZBelden" wrote:

I would like to password protect a worksheet within a workbook so you can't
see the information within the worksheet without the password. I know how to
password protect the sheet so that you are unable to edit any of the
information but you can still see it. If this is possible any help is
appretiated. Thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default I need help password protecting a worksheet

You would need a "helper" or "menu" sheet and some VBA to hide your sheet,
solicit the password, and unhide the sheet, then hide it again per your
conditions...........but of course if macros were not enabled, you could not
perform the unhide. If you want a non-VBA solution, I think you are out of
luck.

Vaya con Dios,
Chuck. CABGx3



"ZBelden" wrote:

I would like to password protect a worksheet within a workbook so you can't
see the information within the worksheet without the password. I know how to
password protect the sheet so that you are unable to edit any of the
information but you can still see it. If this is possible any help is
appretiated. Thanks



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default I need help password protecting a worksheet

A macro could work.. Is that easily coded? I really don't know much VBA at
all..

"CLR" wrote:

You would need a "helper" or "menu" sheet and some VBA to hide your sheet,
solicit the password, and unhide the sheet, then hide it again per your
conditions...........but of course if macros were not enabled, you could not
perform the unhide. If you want a non-VBA solution, I think you are out of
luck.

Vaya con Dios,
Chuck. CABGx3



"ZBelden" wrote:

I would like to password protect a worksheet within a workbook so you can't
see the information within the worksheet without the password. I know how to
password protect the sheet so that you are unable to edit any of the
information but you can still see it. If this is possible any help is
appretiated. Thanks

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default I need help password protecting a worksheet

If you hide the worksheet and password protect the book then the users will
not be able to unhide the sheet. You can choose User level security if you
have XL 2002 or better. That being said XL passwords are very easy to hack so
if you are intending to truely hide this info the best you can do is to make
it somewhat diffictult to access but by no means is it secure.
--
HTH...

Jim Thomlinson


"ZBelden" wrote:

I would like to password protect a worksheet within a workbook so you can't
see the information within the worksheet without the password. I know how to
password protect the sheet so that you are unable to edit any of the
information but you can still see it. If this is possible any help is
appretiated. Thanks

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default I need help password protecting a worksheet

I don't think that works because if you make it read only, they are still
able to unhide the sheets... I need my users to be able to see the first
sheet and none of the others.

"Jim Thomlinson" wrote:

If you hide the worksheet and password protect the book then the users will
not be able to unhide the sheet. You can choose User level security if you
have XL 2002 or better. That being said XL passwords are very easy to hack so
if you are intending to truely hide this info the best you can do is to make
it somewhat diffictult to access but by no means is it secure.
--
HTH...

Jim Thomlinson


"ZBelden" wrote:

I would like to password protect a worksheet within a workbook so you can't
see the information within the worksheet without the password. I know how to
password protect the sheet so that you are unable to edit any of the
information but you can still see it. If this is possible any help is
appretiated. Thanks

  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default I need help password protecting a worksheet

Did you try it? I think you misunderstood Jim's instructions.

Jim means for you to hide the sheets using FormatSheetHide.

Then ToolsProtectionProtect Workbook with a password.

Sheets cannot be unhidden unless protection is disabled.

You do not password the file from being opened or make it read-only.


Gord Dibben MS Excel MVP


On Thu, 7 Feb 2008 10:41:01 -0800, ZBelden
wrote:

I don't think that works because if you make it read only, they are still
able to unhide the sheets... I need my users to be able to see the first
sheet and none of the others.

"Jim Thomlinson" wrote:

If you hide the worksheet and password protect the book then the users will
not be able to unhide the sheet. You can choose User level security if you
have XL 2002 or better. That being said XL passwords are very easy to hack so
if you are intending to truely hide this info the best you can do is to make
it somewhat diffictult to access but by no means is it secure.
--
HTH...

Jim Thomlinson


"ZBelden" wrote:

I would like to password protect a worksheet within a workbook so you can't
see the information within the worksheet without the password. I know how to
password protect the sheet so that you are unable to edit any of the
information but you can still see it. If this is possible any help is
appretiated. Thanks


  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default I need help password protecting a worksheet

Oh yea I forgot about that, I think that works... Great, thanks everyone

"Gord Dibben" wrote:

Did you try it? I think you misunderstood Jim's instructions.

Jim means for you to hide the sheets using FormatSheetHide.

Then ToolsProtectionProtect Workbook with a password.

Sheets cannot be unhidden unless protection is disabled.

You do not password the file from being opened or make it read-only.


Gord Dibben MS Excel MVP


On Thu, 7 Feb 2008 10:41:01 -0800, ZBelden
wrote:

I don't think that works because if you make it read only, they are still
able to unhide the sheets... I need my users to be able to see the first
sheet and none of the others.

"Jim Thomlinson" wrote:

If you hide the worksheet and password protect the book then the users will
not be able to unhide the sheet. You can choose User level security if you
have XL 2002 or better. That being said XL passwords are very easy to hack so
if you are intending to truely hide this info the best you can do is to make
it somewhat diffictult to access but by no means is it secure.
--
HTH...

Jim Thomlinson


"ZBelden" wrote:

I would like to password protect a worksheet within a workbook so you can't
see the information within the worksheet without the password. I know how to
password protect the sheet so that you are unable to edit any of the
information but you can still see it. If this is possible any help is
appretiated. Thanks





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
password protecting worksheet MelB Excel Discussion (Misc queries) 2 October 11th 07 04:01 PM
PASSWORD PROTECTING SECTIONS OF A WORKSHEET Todd Excel Discussion (Misc queries) 3 August 1st 06 11:03 PM
Locking formulas without password protecting worksheet DayStar Excel Worksheet Functions 2 March 2nd 06 07:45 PM
Password protecting a worksheet [email protected] Excel Worksheet Functions 2 October 5th 05 09:09 PM
Password Protecting Nick Excel Discussion (Misc queries) 6 June 30th 05 12:06 PM


All times are GMT +1. The time now is 04:27 PM.

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"