PC Review


Reply
Thread Tools Rate Thread

How can I hide contents of a cell and password protect to reveal

 
 
mlomenzo@gmail.com
Guest
Posts: n/a
 
      11th Feb 2008
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
 
Reply With Quote
 
 
 
 
Ronald R. Dodge, Jr.
Guest
Posts: n/a
 
      11th Feb 2008
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
<(E-Mail Removed)> wrote in message
news:6b341267-8813-43c7-ba67-(E-Mail Removed)...
>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



 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      11th Feb 2008
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.

(E-Mail Removed) 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
 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      11th Feb 2008
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."
<(E-Mail Removed)> 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 With Quote
 
mlomenzo@gmail.com
Guest
Posts: n/a
 
      12th Feb 2008
On Feb 11, 5:40*pm, Dave Peterson <peter...@verizonXSPAM.net> 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.
>
> mlome...@gmail.com 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
 
Reply With Quote
 
mlomenzo@gmail.com
Guest
Posts: n/a
 
      12th Feb 2008
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."
>
>
>
> <ronald.do...@sonoco.com> 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???
 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      12th Feb 2008
Absolutely nothing.

I was replying to Ronald, not you.


Gord

On Mon, 11 Feb 2008 17:21:41 -0800 (PST), (E-Mail Removed) wrote:

>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."
>>
>>
>>
>> <ronald.do...@sonoco.com> 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???


 
Reply With Quote
 
Ronald R. Dodge, Jr.
Guest
Posts: n/a
 
      12th Feb 2008
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
news:(E-Mail Removed)...
> 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."
> <(E-Mail Removed)> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I format cells to reveal or hide contents when clicked? Nanne Microsoft Excel Misc 2 5th Jan 2009 06:03 PM
Hide and password protect a worksheet Oldjay Microsoft Excel Misc 4 30th Apr 2008 05:33 PM
hide row + buttons and password protect bernd Microsoft Excel Programming 2 10th Aug 2007 10:50 PM
Hide or Password Protect Folders Sabian Smith Windows Vista General Discussion 1 12th Jul 2007 11:49 AM
any way to hide / password protect individual files? Enigma Windows XP General 1 10th Sep 2003 04:13 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:37 PM.