ExcelPro
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» How to Unprotect an excel sheet without password
How to Unprotect an excel sheet without password EmptyWed May 21, 2014 8:04 pm by Admin

» Microsoft Office 2013 full version free download
How to Unprotect an excel sheet without password EmptyTue May 20, 2014 6:02 pm by Admin

» Automatically login to Gmail from excel using VBA
How to Unprotect an excel sheet without password EmptySun May 18, 2014 1:41 pm by ranjithkumar8352

» Internet download manager lifetime crack download
How to Unprotect an excel sheet without password EmptySun May 18, 2014 1:32 pm by Admin

» Create In-cell bar charts in Excel
How to Unprotect an excel sheet without password EmptyThu May 15, 2014 6:41 am by ranjithkumar8352

» Concatenate several cells with a comma
How to Unprotect an excel sheet without password EmptyWed May 14, 2014 6:00 pm by ranjithkumar8352

» New users please read this.
How to Unprotect an excel sheet without password EmptyTue May 13, 2014 11:16 pm by Admin

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Keywords

excel  password  


How to Unprotect an excel sheet without password

Go down

How to Unprotect an excel sheet without password Empty How to Unprotect an excel sheet without password

Post by Admin Wed May 21, 2014 8:04 pm

Hello everyone,

Ever thought of unprotecting an excel sheet without password??

here is the solution

open excel file > press alt + f11 > double click on the sheet you want to unlock > paste this code and run (F5)

Code:
Sub PasswordBreaker()
‘Breaks worksheet password protection.
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

After running the code, you will get a popup message with a password..Use it to unlock the sheet now  cheers

keywords: excel password breaker, remove excel password, unprotect excel sheet without password, excel password crack, excel password hack, excel crack, excel hack
Admin
Admin
Admin

Posts : 4
Join date : 2014-05-13
Age : 29

https://excelpro.board-directory.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum