Thread: change password
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chris Chris is offline
external usenet poster
 
Posts: 244
Default change password

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?