Thread
:
ActiveWorkbook.Protect password:=range("rangename") does not work
View Single Post
#
1
abcd
Posts: n/a
the cell is not a password, but its content (the value) may be one:
try:
range("rangename").value
Reply With Quote