The document contains code that attempts to iterate through all possible 6 character passwords to try and unlock protection on a workbook and worksheet. It uses nested For loops to iterate through all ASCII character values for each password character.
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)
29 views2 pages
Unprotect
The document contains code that attempts to iterate through all possible 6 character passwords to try and unlock protection on a workbook and worksheet. It uses nested For loops to iterate through all ASCII character values for each password character.