cell protection

bigbob

Board Regular
Joined
May 31, 2002
Messages
82
Hi,
I have a spreadsheet to track peoples holidays .Each person has a separate column and there is a list of dates down yhe left hand side .I enter into the cell a code for the type of absence and at the top of the sheet I have vaious formulas to see current totals .It is very easy to overwrite a previously entered code if you are entering a fortnights worth of holidays and I would like to know if there is some way of protecting the cells contents without going to that specific feature of Excel as the worksheet will be updated on a regular basis
Thanx in advance
Bigbob
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
This would only work if all the rows in each column are completed...

If you were to record a macro which would do the following steps :-

1) unprotect the sheet
2) take a column at the top row and use CTRL+Shift+Down to highlight the cells filled in that column
3) Use "Format, Cells, then Protection" to protect the cells
4) work your way along the columns one by one
5) protect the sheet

that would work - its a little long winded, but it would only need to be actually done once - from then on the macro could just be run...


is this any help ?
 
Upvote 0

Forum statistics

Threads
1,221,692
Messages
6,161,336
Members
451,697
Latest member
pedroDH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top