My spreadsheet currently uses VBA with .Protect Password:= to protect and unprotect different sheets for data entry by a userform.
Currently, if I want to change the password, I simply use the VBA editor and the Find/Replace option.
Someone else may be assigning passwords in the future, and I would like the option of a macro that would make things easier for them. The generic starting password is "QADPass"
A macro that asks for the old password, then allows you to input a new password that would replace all instances of QADPass would be great.
Any thoughts?
Currently, if I want to change the password, I simply use the VBA editor and the Find/Replace option.
Someone else may be assigning passwords in the future, and I would like the option of a macro that would make things easier for them. The generic starting password is "QADPass"
A macro that asks for the old password, then allows you to input a new password that would replace all instances of QADPass would be great.
Any thoughts?