Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
plz do repl me soon
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
First select all of the cells in the SheetFormatCellsProtectionremove the check mark form Locked. Next select the single cell you want to be lockedFormatCellsprotectioncheck Locked. ToolsProtectionProtect Sheet (optionally provide a password - remember to write it down somewhere of you do) -- Regards Roger Govier anu khan wrote: plz do repl me soon |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
EXCEL 2007
This assumes that you wish to protect cells D 83 to D 85. If you wish to protect just one cell replace D 83 to D 85 (below) with the cell number you wish to protect. Take the following actions assuming that the range that you wish to, "lock" is D 83 to D 85. 1. Go into you Worksheet and click on cell to the left of column A and above the number 1. This should highlight the whole Worksheet. 2. Ctrl + 1 (at the same time) / Custom Lists pane should launch (sometimes this window has a different name because there is a bug in the software here) / go to the Protection tab / remove the tick (check) from the Locked field and hit OK. 3. Now go back to your Worksheet and highlight cells D83 to D 85 only / Ctrl + 1 again / Custom Lists should launch / go to Protection tab again and place a tick (check) in the Locked field / OK. 4. Home tab / Cells group / Format / Protect Sheet / Protect Sheet window should launch / put a password of your choice in / hit OK / put password in again / OK. 5. Now to test that it has worked go back to cells D 83 to D 85. If you try to enter info into any of those 3 cells you will not be able to but you will be able to see the formulas there. 6. You should be able to enter data into all other cells in the Worksheet. If my comments have helped please hit Yes. Thanks. "anu khan" wrote: plz do repl me soon |
#4
![]() |
|||
|
|||
![]()
if you are looking for vba solution, try this
'created and edited by bala sesharao Private Sub Worksheet_Change(ByVal Target As Range) Dim mySheet As Worksheet Set mySheet = Worksheets("Input") mySheet.Protect mySheet.Cells(2, 10).Locked = True mySheet.Unprotect End sub all the best
__________________
Thanks Bala |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
move cursor in excle using macro | Excel Discussion (Misc queries) | |||
Help with Excle Formula | Excel Discussion (Misc queries) | |||
Excle 2003 | Excel Discussion (Misc queries) | |||
average in excle | Excel Worksheet Functions | |||
help in excle setting | New Users to Excel |