I want to lock the range A4:B9
in my sheet. Now as it looks like the only way to accomplish that is to set the Lock=false
status to all cells I do not want to be locked and then protect the whole file.
My problem is, that I have just a little range that has to be protected, so I need to find a way to create a range with all cells but e.g. A4:B9
. I know intersect and union but cannot come up with an idea to apply them to get my goal accomplished.