Hi guys,
I've written some code to protect certain ranges from unnoticed editing. unfortunately its not working yet.
Ranged H9 - X(COUNTED nr) must activate the macro.
Sub worksheet_change(ByVal Target As Range)
Dim rng As Range
Dim R As Long
Dim txt As String
'count used cells
R =...