Break Excel password using VBE code within 1 minutes

Following actions are required to Unlock Excel files by using VBE code.

Unlocking Process:

Step-1: Opening excel sheet, open up the VBE window (Alt+F11).
Step-2: Go to View > Code
Step-3: Then Go to Run > Run Macro (F5)
Step-4: That's it. Now, a window will show you the password.



CODE:

Sub PasswordBreaker()
'Breaks worksheet password protection.
Dim i As Integer, j As Integer, k As Integer