
EXCEL UNPROTECT SHEET TRICKS 1. Protect Excel Workbook: 2. Press ALT + F11 3. Click on View ---> Code in Developers Tabs: 4. In the Above White Space Enter the below Code. Do not change the code just copy paste: Sub PasswordBreaker() 'Breaks worksheet password protection. Dim i As Integer, j...