ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   cells protection (https://www.excelbanter.com/excel-programming/281785-cells-protection.html)

gulp!

cells protection
 
Hello,
is it possible to protect different cells group of a sheet
with different password so that different users can have
possibility to modify only some cells and not others?

Thanks


Tom Ogilvy

cells protection
 
I believe there is only one password per sheet. You might be able to
implement something in code, but such protection is easily overcome (either
code or protecting a sheet with a password).

You might make a separate workbook for each group of users and develop a
method to consolidate the data from each in a single separate workbook.

--
Regards,
Tom Ogilvy

"gulp!" wrote in message
...
Hello,
is it possible to protect different cells group of a sheet
with different password so that different users can have
possibility to modify only some cells and not others?

Thanks




Dave Peterson[_3_]

cells protection
 
xl2002 added that feature.

Tools|Protection|Allow Users to Edit Ranges

"gulp!" wrote:

Hello,
is it possible to protect different cells group of a sheet
with different password so that different users can have
possibility to modify only some cells and not others?

Thanks


--

Dave Peterson


Tom Ogilvy

cells protection
 
It added the ability to assign separate passwords to each range.

Wow!

--
Regards,
Tom Ogilvy

Dave Peterson wrote in message
...
xl2002 added that feature.

Tools|Protection|Allow Users to Edit Ranges

"gulp!" wrote:

Hello,
is it possible to protect different cells group of a sheet
with different password so that different users can have
possibility to modify only some cells and not others?

Thanks


--

Dave Peterson




Dave Peterson[_3_]

cells protection
 
And colored worksheet tabs, too!

Tom Ogilvy wrote:

It added the ability to assign separate passwords to each range.

Wow!

--
Regards,
Tom Ogilvy

Dave Peterson wrote in message
...
xl2002 added that feature.

Tools|Protection|Allow Users to Edit Ranges

"gulp!" wrote:

Hello,
is it possible to protect different cells group of a sheet
with different password so that different users can have
possibility to modify only some cells and not others?

Thanks


--

Dave Peterson


--

Dave Peterson


Tom Ogilvy

cells protection
 
I knew about the sheet tabs colors and the ability to work with protection
applied to specific users. But I didn't realize you could assign separate
passwords to each range. Guess I will have to install it on the main
computer or walk downstairs and play with it.

--
Regards,
Tom Ogilvy


Dave Peterson wrote in message
...
And colored worksheet tabs, too!

Tom Ogilvy wrote:

It added the ability to assign separate passwords to each range.

Wow!

--
Regards,
Tom Ogilvy

Dave Peterson wrote in message
...
xl2002 added that feature.

Tools|Protection|Allow Users to Edit Ranges

"gulp!" wrote:

Hello,
is it possible to protect different cells group of a sheet
with different password so that different users can have
possibility to modify only some cells and not others?

Thanks

--

Dave Peterson


--

Dave Peterson




Debra Dalgleish

cells protection
 
There are instructions in the following MSKB article:

HOW TO: How to Apply Different Passwords or Permissions to Separate
Ranges in Worksheets in Excel 2002
http://support.microsoft.com/?kbid=289270

Dave Peterson wrote:
xl2002 added that feature.

Tools|Protection|Allow Users to Edit Ranges

"gulp!" wrote:
is it possible to protect different cells group of a sheet
with different password so that different users can have
possibility to modify only some cells and not others?


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html


Dave Peterson[_3_]

cells protection
 
This time, _I_ was going for the humorous effect.

Tom Ogilvy wrote:

I knew about the sheet tabs colors and the ability to work with protection
applied to specific users. But I didn't realize you could assign separate
passwords to each range. Guess I will have to install it on the main
computer or walk downstairs and play with it.

--
Regards,
Tom Ogilvy

Dave Peterson wrote in message
...
And colored worksheet tabs, too!

Tom Ogilvy wrote:

It added the ability to assign separate passwords to each range.

Wow!

--
Regards,
Tom Ogilvy

Dave Peterson wrote in message
...
xl2002 added that feature.

Tools|Protection|Allow Users to Edit Ranges

"gulp!" wrote:

Hello,
is it possible to protect different cells group of a sheet
with different password so that different users can have
possibility to modify only some cells and not others?

Thanks

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson


Tom Ogilvy

cells protection
 
Thanks Debra.

Done any testing/exploration on this with JE McGimpsey's/Norman Harker's
password breaking code?

--
Regards,
Tom Ogilvy

Debra Dalgleish wrote in message
...
There are instructions in the following MSKB article:

HOW TO: How to Apply Different Passwords or Permissions to Separate
Ranges in Worksheets in Excel 2002
http://support.microsoft.com/?kbid=289270

Dave Peterson wrote:
xl2002 added that feature.

Tools|Protection|Allow Users to Edit Ranges

"gulp!" wrote:
is it possible to protect different cells group of a sheet
with different password so that different users can have
possibility to modify only some cells and not others?


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html




Debra Dalgleish

cells protection
 
Their code removes the sheet protection, which unlocks the ranges. Once
the sheet is unprotected, you can delete or modify the ranges, or set
new passwords.

There's some programming information he

Using the Protection Object to Protect Your Worksheets

http://msdn.microsoft.com/library/de...webProtSht.asp

Tom Ogilvy wrote:
Thanks Debra.

Done any testing/exploration on this with JE McGimpsey's/Norman Harker's
password breaking code?

--
Regards,
Tom Ogilvy

Debra Dalgleish wrote in message
...

There are instructions in the following MSKB article:

HOW TO: How to Apply Different Passwords or Permissions to Separate
Ranges in Worksheets in Excel 2002
http://support.microsoft.com/?kbid=289270

Dave Peterson wrote:

xl2002 added that feature.

Tools|Protection|Allow Users to Edit Ranges

"gulp!" wrote:

is it possible to protect different cells group of a sheet
with different password so that different users can have
possibility to modify only some cells and not others?

--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html






--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html


Tom Ogilvy

cells protection
 
Thanks again for the references.

Didn't mean to put you to any trouble. Just wondered if you had looked into
it. Seems no additional strength if the removal of protection removes the
range protection as well - but it makes sense.

--
Regards,
Tom Ogilvy

Debra Dalgleish wrote in message
...
Their code removes the sheet protection, which unlocks the ranges. Once
the sheet is unprotected, you can delete or modify the ranges, or set
new passwords.

There's some programming information he

Using the Protection Object to Protect Your Worksheets


http://msdn.microsoft.com/library/de...us/dnexcl2k2/h
tml/odc_xlwebProtSht.asp

Tom Ogilvy wrote:
Thanks Debra.

Done any testing/exploration on this with JE McGimpsey's/Norman Harker's
password breaking code?

--
Regards,
Tom Ogilvy

Debra Dalgleish wrote in message
...

There are instructions in the following MSKB article:

HOW TO: How to Apply Different Passwords or Permissions to Separate
Ranges in Worksheets in Excel 2002
http://support.microsoft.com/?kbid=289270

Dave Peterson wrote:

xl2002 added that feature.

Tools|Protection|Allow Users to Edit Ranges

"gulp!" wrote:

is it possible to protect different cells group of a sheet
with different password so that different users can have
possibility to modify only some cells and not others?

--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html






--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





All times are GMT +1. The time now is 01:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com