change password

C

choice

if i have VBA code that uprotects a sheet that is password protected, if i change the password will i have to go through everycode and change each password also?
 
C

chris

short answer: YES
for every piece of code that needs to unprotect that Worksheet
but you can use find / replace for entire project to make changes

----- choice wrote: ----

if i have VBA code that uprotects a sheet that is password protected, if i change the password will i have to go through everycode and change each password also?
 
G

Gord Dibben

Yes, but using Edit>Replace on your module or project will speed it up.

Gord Dibben Excel MVP
 
Top