change password

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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?
 
Yes, but using Edit>Replace on your module or project will speed it up.

Gord Dibben Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top