M
mike allen
I have my VBAproject protected from viewing my code. I want to write a
macro that will unprotect it so I can delete some other modules. I have
tried:
sub unprotectproject()
ThisWorkbook.VBProject.vbcomponents.Unprotect Password:="ok"
end sub
it doesn't work, though. anyone know the answer? Thanks, Mike Allen
macro that will unprotect it so I can delete some other modules. I have
tried:
sub unprotectproject()
ThisWorkbook.VBProject.vbcomponents.Unprotect Password:="ok"
end sub
it doesn't work, though. anyone know the answer? Thanks, Mike Allen