Forum Discussion
Forgot my protected password - need help to unlock an important sheet!
Hi Excel community!
I need some help asap. I have a very important sheet for work that I had put a protected password on over a year ago and I forgot it because I have been furloughed from work and not on the sheet in about 4 months!! I have tried the following code that I found online however my mac just gives me a spinning wheel and doesn't seem to be executing like the way I have seen it online. Someone please help I really need to get back into this sheet otherwise it is going to take me 4+ hours to re-make the sheet!
Sub PasswordBreaker() 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) If ActiveSheet.ProtectContents = False Then MsgBox "One usable password is " & Chr(i) & Chr(j) & _Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & _Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n) Exit Sub End If Next: Next: Next: Next: Next: Next Next: Next: Next: Next: Next: Next End Sub
- DanteexavyerCopper Contributor
Open with Google Sheets. Save as a Google sheets file so it changes it from excel. Open the sheet and enter some random character resave. Open with excel and resave as an excel file password should be gone.
- cery1999Copper ContributorGoogle sheets can not open the excel file because excel file has password which I forgot. How you can transfer the excel file to Google sheets? Please advise, thank you
- DanteexavyerCopper Contributor
cery1999 I just emailed to myself opened on my phone
- NikolinoDEGold Contributor
If I may add, here are some links that might help you.
How to unprotect the excel sheet if forgot the password
I know I don't know anything (Socrates)
- Chris_FChrisF_65Copper Contributor
Jsullivan0395 doesnt work but the message in it explains you