hi I am try to make password protected workseets. every worksheet has its own
password, stroed in a sheet named "HiddenPass". The problem is that how can I
pick the value of Cell D4 of Sheet "HiddenPass" when I click on sheet
"Biodata". I am using "UserPass" as variable in Activate event of workseet
"Biodata".
The code I am using (but not worked)
UserPass = Sheets("Biodata").Cells(4, 4).Value
anyone could help.
Saadi
Bookmarks