L
lanem
I'm trying to protect spreadsheet from code. I can get it to protect, but I
can't get it to protect with a password. Here's my code:
Dim xl As New Spreadsheet
xl.ActiveSheet.Protect("testpassword")
Thanks for your help.
can't get it to protect with a password. Here's my code:
Dim xl As New Spreadsheet
xl.ActiveSheet.Protect("testpassword")
Thanks for your help.