We sometimes have some secret files, password settings are not the same, time long forgotten, what methods or software can be cracked it? Here is a simple password to crack the method: He, 6-bit below to see the password difficult, 6 more than a hopeless. If the open password for the Excel file is forgotten and the password is a number within 6 digits, use the following steps to unlock (turn off all Programs for speed):
New Excel, press ALT and F11, enter VBA interface, insert on order list, module, Paste code in new window:
Sub crack ()
Dim I as Long
Dim FileName as String
i = 0
FileName = Application.getopenfilename ("Excel File (*.xls & *.xlsx), *.xls;*.xlsx", "VBA Cracked")
filename = right (filename, Len (filename)-InStrRev (filename, "")
application.screenupdating = False
Line2:on Error GoTo line1
Workbooks.Open FileName,, True,, I
MsgBox "Password is" & I
Exit Sub
LINE1:I = i + 1
Resume line2
application.screenupdating = True
End Sub
Then this interface directly press F5 to run this macro, select files, etc. (see password length) to the Internet to download Excel cracker.rar this file.