Hellooooo
I have one file and paswords locked
Password Encryption = 0000
Workbook structure protection = 1111
Sheets protection = 2222
Τhe file will be handled by many, and because I want to keep the file encrypted can the following be done?
1) Οpen with a Loginform while retaining encryption
2) open with a Logiform unlocking the encryption and as soon as the file is closed lock it again
example as the method
ThisWorkbook.Unprotect Password:="0000"
ThisWorkbook.Protect Password:="0000"
below a file with a Userform inside
Let me remind you, this is something that will be built into a personal file, and if for some reason I violate the rules of the forum, please lock the topic, I apologize and it will not happen again
Bookmarks