Hello everybody,
I would like to unprotect completely some cells in different sheets, but only some and not complete sheets. They have to be allowed to use filters etc... in those cells.
I use currently the following sentence:
ThisWorkbook.Worksheets("Name of the sheet").Range("B12:C12").Locked = False
But the problem is that this only allows to change the value, not to use filters etc and it is not enough.
Could someone help with?
Thank you very much in advance
Bookmarks