View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael Mueller Michael Mueller is offline
external usenet poster
 
Posts: 6
Default Unprotect VBA-Code using VBA-Code?

Hi.

Here I got one of my older VBA-Projekts, which now causes an error due to
changes of the system it is running on. Normaly it should be solved easily,
but at that time I used a password to protect it's code :-(
I already tried to use my default passwords, but none of them works. It
seems like the only change will be by bruteforce.

Is it therefore possible to unprotect VBA-Code using VBA-Code?

Thanks
Michi