Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How can I hide contents of a cell and password protect to reveal

I have been doing a ton of reading and from what I can tell, there is
no "simple" solution to my problem. I have a range of cells that I
need to hide from joe user 1 but if joe user 2 has the password he can
see and edit the cells. Does this make sense? There are multiple
people that have access to this spreadsheet which is necessary. The
problem is that this sheet contains "sensitive" data that relies on
the rest of the information on the sheet. Thanks in advance for your
time.

Mike
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 134
Default How can I hide contents of a cell and password protect to reveal

I also have a such file, which requires using the combination of the
following?

Hide Rows/Columns to prevent sensitive data of being seen when workbook is
in protected mode.

VBA codes and one userform for the password required so as if the user does
type in the proper password, the code can then unhide all of the data, but
then when the file is saved, make sure all of the same stuff is set back to
the set of settings as how it was prior to the file being opened.

This is obviously no easy means as it requires some VBA skills to do as well
as using the BeforeClose and/or BeforeSave events.

One word of caution, while these password stuff will block out the honest
people, if someone really want to get into the files, they could buy a
password breaker code program, then get into it, so if you are having to
send this out to other people outside of the company, you may want to have
either some sort of legally binding agreement or simply just don't provide
such data in the workbook.

Sincerely,

Ronald R. Dodge, Jr.
Production Statistician
Master MOUS 2000
wrote in message
...
I have been doing a ton of reading and from what I can tell, there is
no "simple" solution to my problem. I have a range of cells that I
need to hide from joe user 1 but if joe user 2 has the password he can
see and edit the cells. Does this make sense? There are multiple
people that have access to this spreadsheet which is necessary. The
problem is that this sheet contains "sensitive" data that relies on
the rest of the information on the sheet. Thanks in advance for your
time.

Mike



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default How can I hide contents of a cell and password protect to reveal

If that information cannot be shared with others, then don't put it into an
excel workbook.

If you have to, then don't share it with others.

Excel's worksheet protection is easily broken. It's designed to keep people
from writing over formulas (and the like). It's not meant to protect
information like this.

wrote:

I have been doing a ton of reading and from what I can tell, there is
no "simple" solution to my problem. I have a range of cells that I
need to hide from joe user 1 but if joe user 2 has the password he can
see and edit the cells. Does this make sense? There are multiple
people that have access to this spreadsheet which is necessary. The
problem is that this sheet contains "sensitive" data that relies on
the rest of the information on the sheet. Thanks in advance for your
time.

Mike


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default How can I hide contents of a cell and password protect to reveal

Ronald

For breaking internal passwords on workbook and worksheets you don't need to buy
a password cracker program.

There are many free ones.

You would probably have to buy a program to break a file-to-open password.


Gord Dibben MS Excel MVP

On Mon, 11 Feb 2008 17:28:48 -0500, "Ronald R. Dodge, Jr."
wrote:

One word of caution, while these password stuff will block out the honest
people, if someone really want to get into the files, they could buy a
password breaker code program


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How can I hide contents of a cell and password protect to reveal

On Feb 11, 5:40*pm, Dave Peterson wrote:
If that information cannot be shared with others, then don't put it into an
excel workbook.

If you have to, then don't share it with others.

Excel's worksheet protection is easily broken. *It's designed to keep people
from writing over formulas (and the like). *It's not meant to protect
information like this.

wrote:

I have been doing a ton of reading and from what I can tell, there is
no "simple" solution to my problem. I have a range of cells that I
need to hide from joe user 1 but if joe user 2 has the password he can
see and edit the cells. Does this make sense? There are multiple
people that have access to this spreadsheet which is necessary. The
problem is that this sheet contains "sensitive" data that relies on
the rest of the information on the sheet. Thanks in advance for your
time.


Mike


--

Dave Peterson


In theory that is great. Just do not put it in to the sheet. If it
were that simple I would just not put it in to the sheet. However, I
need some people to access parts of the sheet while I maintain the
others. I have seen some good ideas on this discussion board I just
can not put the pieces together. Thanks for the input.
Mike


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How can I hide contents of a cell and password protect to reveal

On Feb 11, 6:18*pm, Gord Dibben <gorddibbATshawDOTca wrote:
Ronald

For breaking internal passwords on workbook and worksheets you don't need to buy
a password cracker program.

There are many free ones.

You would probably have to buy a program to break a file-to-open password.

Gord Dibben *MS Excel MVP

On Mon, 11 Feb 2008 17:28:48 -0500, "Ronald R. Dodge, Jr."



wrote:
One word of caution, while these password stuff will block out the honest
people, if someone really want to get into the files, they could buy a
password breaker code program- Hide quoted text -


- Show quoted text -


What does this have to do with my original post???
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 134
Default How can I hide contents of a cell and password protect to reveal

Don't surprise me any. It's been a while since I last looked, but when I
last looked, I saw trial ones free of charge, but then would have to pay for
additional usage beyond the trial stuff, such as for more complex passwords
(getting into hashed passwords, which is still pretty weak given it's only
14 characters at mosted before password doesn't become any more complex via
hashing) or exceeding a certain number of usage.

Sincerely,

Ronald R. Dodge, Jr.
Production Statistician
Master MOUS 2000
"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Ronald

For breaking internal passwords on workbook and worksheets you don't need
to buy
a password cracker program.

There are many free ones.

You would probably have to buy a program to break a file-to-open password.


Gord Dibben MS Excel MVP

On Mon, 11 Feb 2008 17:28:48 -0500, "Ronald R. Dodge, Jr."
wrote:

One word of caution, while these password stuff will block out the honest
people, if someone really want to get into the files, they could buy a
password breaker code program




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
How do I format cells to reveal or hide contents when clicked? Nanne Excel Discussion (Misc queries) 2 January 5th 09 06:03 PM
Hide and password protect a worksheet Oldjay Excel Discussion (Misc queries) 2 April 30th 08 04:59 PM
hide row + buttons and password protect bernd Excel Programming 2 August 10th 07 10:50 PM
How do you permanently hide and password protect a column? Vegetable Dave Excel Discussion (Misc queries) 5 June 6th 06 06:34 PM
hide a column in a worksheet and password protect eoreality Excel Discussion (Misc queries) 1 February 8th 06 02:42 AM


All times are GMT +1. The time now is 11:14 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"