[2 Way] Unprotect Excel sheet without Knowing password | Window 10

0
Hello, दोस्तों आज हम बात करेंगे की कैसे आप Excel Sheet पर लगे Password को कैसे हटा सकते है वो भी बिना password के ( Unprotect Excel Sheet Without Knowing Password ) उसे पहले हम जान लेते है की Excel Sheet Protection क्या होता है और Excel Sheet में Protect कैसे लगते है |
[2 Way] Unprotect Excel sheet without Knowing password | Window 10

What is Excel Sheet Protection( Excel Sheet Protection क्या है ?)

जब भी हम किसी भी Excel Sheet पर काम करते है और काम Important होने के कारण हम Protection की मदद से उसे Excel Sheet पर password लगा देते है ताकि हमारे Work में कोई Editing ना कर सके उसे ही Excel Sheet Protection कहाँ जाता है |

How To Protect Excel Data using Protection ( Excel डाटा को Protect कैसे करे Protection की मदद से?

Excel Sheet को Protect करने के लिए आपको सबसे पहले Review के Option में जाना होगा उसके बाद आपको वहाँ एक protect Sheet और Protect Workbook आपको यदि पुरे Excel Data पर protection लगाना है तो आप Protect Workbook की मदद से लगा सकते हो और यदि आप चाहते हो की सिर्फ कुछ ही Cell या कुछ ही Data में Protection लगाना है तो आप Protect Sheet की मदद ले सकते है |

Protect Excel data Step By Step

1. Click on Review
2. Click on Protect Workbook
3. Create a Password and Click Ok
4. Reenter Password

what is the difference between protect sheet and protect workbook

जब भी हम Excel में Protection की बात करते है तो आपको Review Section में Protect Sheet और Protect Workbook दो Option मिलते है जिसे आप Excel sheet को Protection दे सकते है अब बात आती है की Excel Sheet को Protection देने के लिए इन दोनों में से किस से किया जाये उसके लिए आपको सबसे पहले आपको पता होना चाहिए की Protect Sheet और Protect Workbook में क्या Difference होता है तो चलिए जानते है इन दोनों में किया Difference होता है |

पहले हम बात करते है Protect Workbook से किया होता है

protect workbok की मदद से आप अपने Excel File में जो Workbook होती है यानि Excel File में जो निचे की और Page होते है वो protect हो जाते है उसे न तो आप Delete कर सकते हो न ही Rename कर सकते हो और न ही आप New Page Add कर सकते हो Protect Workbook सिर्फ इसलिए ही use किया जाता है ताकि आपकी Excel File के पेज को कोई Change नहीं कर सकता और न ही उसे Delete

अब बात करते है की Protect Sheet से किया होता है

Protect Sheet का Use तब करते है जब हम चाहते है की हमारी Excel Sheet में न तो कोई कुछ Change कर सके और न ही कुछ Delete कर सके और भी बहुत से काम आती है Protect Sheet आप जब Excel Sheet में Formule use करते हो तब आपके लिए बहुत उपयोगि होती है जिसके कारण आपके Formula वाला Cell Lock हो जाते है जिसके करण आपके Forumla न तो Delect होगा और न ही Change हो सकता है बिना Password के |

Unprotect Excel sheet without Knowing password | Window 10

अब हम बात करते है की कैसे आप Excel Sheet में लगे Password को हटा सकते है बिना Password जाने हम 2 तरीकों से Unprotect Excel Sheet करना सीखेंगे

[1  Way] Unprotect Excel sheet without knowing the password

सबसे पहले हम सीखेंगे की कैसे आप Coding की मदद से Password को हटा सकते है

Step 1. Go to Developer Option ( Press Alt + F11 Keys ) and Click on View Code

[2 Way] Unprotect Excel sheet without Knowing password | Window 10

Step 2. जिस workbook पर Password लगा हुआ है उस पर दो बार Click करना है

[2 Way] Unprotect Excel sheet without Knowing password | Window 10

Step 3. Copy and paste the code below in Blank Area

Copy This Code

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

Paste in Blank Area

[2 Way] Unprotect Excel sheet without Knowing password | Window 10

Step 4. Click on the Run Button or press F5.

आपका Password Remove हो जायेगा

[2 Way] Unprotect Excel sheet without knowing the password Using Winrar/Zip.

इसके लिए आपके पास Winrar Software होना चाहिए तब ही आप Excel Sheet को Unprotect कर सकते है यदि आपके Computer/Laptop में Winrar Software है तो आप Excel Workbook को unprotect कर सकते है

1.) आपको सबसे पहले Unprotect Excel Sheet पर Right Click करना है और Properties वाले Option में जाना है

[2 Way] Unprotect Excel sheet without Knowing password | Window 10

2.) Click on Change and Change Excel File into Winrar

[2 Way] Unprotect Excel sheet without Knowing password | Window 10

3.) Click on Apply and Ok

[2 Way] Unprotect Excel sheet without Knowing password | Window 10

4.) Open Xl Folder after that open worksheet Folder

[2 Way] Unprotect Excel sheet without Knowing password | Window 10

5.) Duble click on your Protection and Open With Notepad

[2 Way] Unprotect Excel sheet without Knowing password | Window 10

6.) When you Open With Notepad Find Protection so Press Ctrl + F

[2 Way] Unprotect Excel sheet without Knowing password | Window 10

7.) Remove Blow Image Selected area

[2 Way] Unprotect Excel sheet without Knowing password | Window 10

8.) Save the File and Change Extension into Excel so Go to Properties Again And Change File Extension into Excel

[2 Way] Unprotect Excel sheet without Knowing password | Window 10

Now Your Password Remove you can change everything in your Excel

LEAVE A REPLY

Please enter your comment!
Please enter your name here