Hi there,
I got this worksheet which i will hide/unhide rows depending on user selection in a drop down list. However i do not want user to click on "locked cells". It work fine but whenever i save the document, the "locked cells" can be click. How do i disable the "locked cells" from being click? Any argument which i can add to unprotect/protect command?
![]()
sht.Unprotect Password:="abc" ... hide/unhide row.... sht.Protect Password:="abc"
Bookmarks