What to do when you forget the Excel file password

What to do when you forget the Excel file password. Because you want to protect your Excel file from being accessed and used by you, you have set a password to protect Excel file. But unfortunately, you forgot your Excel file password and you haven't saved it yet

Because you want to protect your Excel file from being accessed and used by you, you have set a password to protect Excel file. But unfortunately you forgot your Excel file password and you have not saved the password in any notes. Don't know what to do when you forget your Excel file password? So, please refer to the following article.

What to do when you forget the Excel file password Picture 1What to do when you forget the Excel file password Picture 1

The following article shows you how to do it when you have forgotten your Excel file password to be able to access your Excel file, please follow along.

Method 1: Recover Excel password file with Office password recovery software

When you forget the password to log in to Excel file, you can select the Office password recovery software to recover, retrieve the password of the Excel file you forgot. To use the Office password recovery software to retrieve the password of your Excel file, do the following:

Step 1 : You need to download and install Office password recovery on the computer.

  1. Download link https://www.iseepassword.com/office-password-recovery.html

Step 2: After the installation is complete, run the program, on the interface you select Open to open the Open File window .

What to do when you forget the Excel file password Picture 2What to do when you forget the Excel file password Picture 2

Open File window you navigate and select the Excel file that you forgot your password and click Open .

What to do when you forget the Excel file password Picture 3What to do when you forget the Excel file password Picture 3

Step 3 : In the Type of attack you have 4 types of attacks:

  1. Brute-force Attack : use this type if you do not know or remember any characters in the password of the Excel file. You need to set the range in the Range tab and the password length in the Length tab to shorten the time and increase the ability to recover, retrieve password of Excel files.

What to do when you forget the Excel file password Picture 4What to do when you forget the Excel file password Picture 4

  1. Mask Attack : if you still remember some characters in the Excel file password, you should select Mask and specify the password using the '?' Symbol. replace with characters you don't remember, to shorten password recovery time, you can use a combination of Brute-Force style with Mask .

What to do when you forget the Excel file password Picture 5What to do when you forget the Excel file password Picture 5

  1. Dictionary Attack: if you have noted the password on a document, you create a password dictionary and then use the Dictionary attack to recover, retrieve passwords for Excel files faster. If not, you can also use the dictionary created by the password program.

What to do when you forget the Excel file password Picture 6What to do when you forget the Excel file password Picture 6

  1. Smart Attack : choose this attack if your Excel file password is complex and you don't remember it.

What to do when you forget the Excel file password Picture 7What to do when you forget the Excel file password Picture 7

You choose the type of attack and set the corresponding options to improve efficiency and shorten recovery time, retrieve password of Excel file.

Step 4 : After the setup is complete, select Start to start the program to find the password.

What to do when you forget the Excel file password Picture 8What to do when you forget the Excel file password Picture 8

The process of finding fast or slow depends on the length and complexity of the password, if the password is short and simple, the program will find it quickly.

What to do when you forget the Excel file password Picture 9What to do when you forget the Excel file password Picture 9

After finding the password, the program will stop and display the password, you can click Copy to copy or remember the password that the program has found.

What to do when you forget the Excel file password Picture 10What to do when you forget the Excel file password Picture 10

Then paste or type the password into the password box to open the Excel file.

What to do when you forget the Excel file password Picture 11What to do when you forget the Excel file password Picture 11

Method 2: Delete Excel file password with Office Password Remover software

Instead of the way you can recover the Excel file password, you can choose this way to delete the Excel file password to directly access the Excel file without needing a password anymore. You do the following:

Step 1 : Download and install Office Password Remover on the computer.

  1. Download at home https://www.isumsoft.com/excel-password-remover/

Step 2: Run the program after the installation is complete, on the interface you select Open .

What to do when you forget the Excel file password Picture 12What to do when you forget the Excel file password Picture 12

Then navigate and select the Excel file you need to delete the password for.

What to do when you forget the Excel file password Picture 13What to do when you forget the Excel file password Picture 13

The process of deleting fast or slow depends on the complexity of the password, once the program is completed, you will be able to access your Excel file without a password.

Method 3: Break password protected sheet

If you still can open the Excel file but can't edit the contents of the sheet because the sheet has been password protected, you can break the sheet password by doing the following:

Step 1: Open Excel file, on the Excel interface, select Developer -> Visual Basic or click All + F11 to open the Microsoft Visual Basic for Applications window.

What to do when you forget the Excel file password Picture 14What to do when you forget the Excel file password Picture 14

Step 2: Next you choose Insert -> Module.

What to do when you forget the Excel file password Picture 15What to do when you forget the Excel file password Picture 15

Step 3 : Copy the code below and paste it into the code editor on the right.

Sub PasswordBreaker () If ActiveSheet.ProtectContents = False Then MsgBox "Sheet '" & ActiveSheet.Name & "' is unprotected!", VbInformation Else If MsgBox ("Sheet '" & ActiveSheet.Name & "' is protected, do you want to unprotect it? ", _ vbYesNo + vbQuestion," Unprotect Active Sheet ") = vbNo Then Exit Sub Dim i As Integer, j As Integer, k As Integer Dim l As Integer, m As Integer, n As Integer Dim i1 As Integer , i2 As Integer, i3 As Integer Dim i4 As Integer, i5 As Integer, i6 As Integer On Error Resume Next For i = 65 To 66: For j = 65 To 66: For k = 65 To 66 For l = 65 To 66 : For m = 65 To 66: For i1 = 65 To 66 For i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66 For i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126 ActiveSheet.Unprotect Chr (i) & Chr (j) &Chr (k) & Chr (l) & Chr (m) & Chr (i1) & Chr (i2) & Chr (i3) & _ Chr (i4) & Chr (i5) & Chr (i6) & Chr (n ) Next: Next: Next: Next: Next: Next Next: Next: Next: Next: Next: Next If ActiveSheet.ProtectContents = False Then MsgBox "Sheet '" & ActiveSheet.Name & "' is unprotected!", VbInformation End If End Sub

What to do when you forget the Excel file password Picture 16What to do when you forget the Excel file password Picture 16

Step 4 : Close the Visual Basic window, select the sheet to break, then select View -> Marcos.

What to do when you forget the Excel file password Picture 17What to do when you forget the Excel file password Picture 17

Step 5 : The Marcros dialog box appears, double-click and select PasswordBreaker ().

What to do when you forget the Excel file password Picture 18What to do when you forget the Excel file password Picture 18

Step 6: A confirmation page for the password unlocking sheet you select appears, click Yes to agree.

What to do when you forget the Excel file password Picture 19What to do when you forget the Excel file password Picture 19

After successfully unlocking, you will receive the message Sheet 'sheet name' is unprotected !, so you have successfully unlocked the sheet you can edit the sheet as usual because the sheet is no longer confidential. password protection.

What to do when you forget the Excel file password Picture 20What to do when you forget the Excel file password Picture 20

Above the article has guided you the ways that you can choose to do it if you forgot the Excel file password. Hopefully with the way that the article will share you will be able to open the Excel file when you forget the password. Good luck!

4 ★ | 1 Vote