The document contains code that attempts to automatically uncover internal passwords in a workbook by cycling through all possible character combinations for 12 character passwords and using them to unprotect the active workbook and worksheet. It exits the subroutine if it successfully unprotects the contents of the active sheet without encountering any errors.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
50 views2 pages
Sub InternalPasswords
The document contains code that attempts to automatically uncover internal passwords in a workbook by cycling through all possible character combinations for 12 character passwords and using them to unprotect the active workbook and worksheet. It exits the subroutine if it successfully unprotects the contents of the active sheet without encountering any errors.