Hi,
i want to protect just one line in the whole sheet.
But it's not working :-(
Can anybody give my a hint what i'm doing wrong ?
Here is the code i wrote:
Sheets("tabelle1").Activate
Cells.Select
Selection.Locked = False
Range(A1, Z1).Locked = True
Sheets("tabelle1").Protect...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.