Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 276
Default sheet protection - only selected range to be able to select/input data

if i select an array/range of cells, i want only those cells to be able to
be selected and/or data input into them.
But i did not want a popup msg to ask for a password, just a "DISABLED"
msgbox.
I want to prevent formulas being deleted .
How can i do this ?

--
Regards

Corey


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default sheet protection - only selected range to be able to select/input data

Corey

By default all cells are locked when the sheet is protected.

Hit CRTL + A(twice if xl2003) then FormatCellsProtection. Uncheck "locked"
and OK.

Select the cells you wish to lock and FormatCellsProtection. Check "locked"
and OK.

Now ToolsProtectionProtect Sheet. This is mandatory.

You can set a password to unprotect the sheet. These can easily be broken in
Excel but will keep your formulas from being accidentally overwritten.

NOTE the options available in xl2002 and 2003 when you hit Protect Sheet

You can opt to "select unlocked cells" only.


Gord Dibben Excel MVP

On Fri, 17 Nov 2006 11:19:46 +1100, "Corey"
wrote:

if i select an array/range of cells, i want only those cells to be able to
be selected and/or data input into them.
But i did not want a popup msg to ask for a password, just a "DISABLED"
msgbox.
I want to prevent formulas being deleted .
How can i do this ?


Gord Dibben MS Excel MVP
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 276
Default sheet protection - only selected range to be able to select/input data

Thank You Gord.

As the majority of the cells i need to have locked,
it is possible to select the few cell to be Unlocked, then REVERSE the
selection somehow.
(Invert: So all selected are Not Selected, and all not selected ar now
Selected) ?

--
Regards

Corey


"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Corey

By default all cells are locked when the sheet is protected.

Hit CRTL + A(twice if xl2003) then FormatCellsProtection. Uncheck
"locked"
and OK.

Select the cells you wish to lock and FormatCellsProtection. Check
"locked"
and OK.

Now ToolsProtectionProtect Sheet. This is mandatory.

You can set a password to unprotect the sheet. These can easily be broken
in
Excel but will keep your formulas from being accidentally overwritten.

NOTE the options available in xl2002 and 2003 when you hit Protect Sheet

You can opt to "select unlocked cells" only.


Gord Dibben Excel MVP

On Fri, 17 Nov 2006 11:19:46 +1100, "Corey"

wrote:

if i select an array/range of cells, i want only those cells to be able to
be selected and/or data input into them.
But i did not want a popup msg to ask for a password, just a "DISABLED"
msgbox.
I want to prevent formulas being deleted .
How can i do this ?


Gord Dibben MS Excel MVP



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 276
Default sheet protection - only selected range to be able to select/input data

Also,
How can i add CheckBoxes into the Not Protected cells ?

Corey....


Thank You Gord.

As the majority of the cells i need to have locked,
it is possible to select the few cell to be Unlocked, then REVERSE the
selection somehow.
(Invert: So all selected are Not Selected, and all not selected ar now
Selected) ?

--
Regards

Corey


"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Corey

By default all cells are locked when the sheet is protected.

Hit CRTL + A(twice if xl2003) then FormatCellsProtection. Uncheck
"locked"
and OK.

Select the cells you wish to lock and FormatCellsProtection. Check
"locked"
and OK.

Now ToolsProtectionProtect Sheet. This is mandatory.

You can set a password to unprotect the sheet. These can easily be
broken in
Excel but will keep your formulas from being accidentally overwritten.

NOTE the options available in xl2002 and 2003 when you hit Protect Sheet

You can opt to "select unlocked cells" only.


Gord Dibben Excel MVP

On Fri, 17 Nov 2006 11:19:46 +1100, "Corey"

wrote:

if i select an array/range of cells, i want only those cells to be able
to
be selected and/or data input into them.
But i did not want a popup msg to ask for a password, just a "DISABLED"
msgbox.
I want to prevent formulas being deleted .
How can i do this ?


Gord Dibben MS Excel MVP





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default sheet protection - only selected range to be able to select/input data

Yes.

Just select the cells you want unlocked and FormatCellsProtection. Uncheck
the "locked" option.

Now Protect the sheet.


Gord

On Fri, 17 Nov 2006 12:28:03 +1100, "Corey"
wrote:

Thank You Gord.

As the majority of the cells i need to have locked,
it is possible to select the few cell to be Unlocked, then REVERSE the
selection somehow.
(Invert: So all selected are Not Selected, and all not selected ar now
Selected) ?




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 276
Default sheet protection - only selected range to be able to select/input data

thnx

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Yes.

Just select the cells you want unlocked and FormatCellsProtection.
Uncheck
the "locked" option.

Now Protect the sheet.


Gord

On Fri, 17 Nov 2006 12:28:03 +1100, "Corey"

wrote:

Thank You Gord.

As the majority of the cells i need to have locked,
it is possible to select the few cell to be Unlocked, then REVERSE the
selection somehow.
(Invert: So all selected are Not Selected, and all not selected ar now
Selected) ?




  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default sheet protection - only selected range to be able to select/in

Hi !! How can i hide the formula in a particular cell - if i dont want the
user to view the formula that has been specified in that cell ?
thx & regards
Sanjay Kapoor

"Gord Dibben" wrote:

Yes.

Just select the cells you want unlocked and FormatCellsProtection. Uncheck
the "locked" option.

Now Protect the sheet.


Gord

On Fri, 17 Nov 2006 12:28:03 +1100, "Corey"
wrote:

Thank You Gord.

As the majority of the cells i need to have locked,
it is possible to select the few cell to be Unlocked, then REVERSE the
selection somehow.
(Invert: So all selected are Not Selected, and all not selected ar now
Selected) ?



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default sheet protection - only selected range to be able to select/in

If the cell is "locked" under FormatCellsProtection it can also be "hidden".

Or don't allow users to select locked cells as Bob suggests in your other post.


Gord

On Tue, 13 Feb 2007 05:11:01 -0800, sansk_23
wrote:

Hi !! How can i hide the formula in a particular cell - if i dont want the
user to view the formula that has been specified in that cell ?
thx & regards
Sanjay Kapoor

"Gord Dibben" wrote:

Yes.

Just select the cells you want unlocked and FormatCellsProtection. Uncheck
the "locked" option.

Now Protect the sheet.


Gord

On Fri, 17 Nov 2006 12:28:03 +1100, "Corey"
wrote:

Thank You Gord.

As the majority of the cells i need to have locked,
it is possible to select the few cell to be Unlocked, then REVERSE the
selection somehow.
(Invert: So all selected are Not Selected, and all not selected ar now
Selected) ?




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
Using an offset formula for the reference in a relative reference Cuda Excel Worksheet Functions 6 November 15th 06 05:12 PM
sorting data on protected worksheet Sue Excel Discussion (Misc queries) 20 November 7th 06 07:31 PM
Vlookup to Return a Range of Data James Excel Discussion (Misc queries) 0 July 13th 06 09:44 PM
How to Match and Sort two range of data? Tan New Users to Excel 1 March 5th 06 10:30 PM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM


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