SlideShare a Scribd company logo
1
Forgot Password to Unprotect Excel Sheet in Two Cases
When I was ready to edit in excel sheet, there was always a prompting message popping up to
remind me and I cannot edit sheet. Then I found the excel sheet had been protected but I didn’t
have the password. How can I unprotect excel sheet to edit normally without knowing password?
Just could open excel workbook and worksheet, but cannot do anything on excel sheet? If you
are eager to looking for effective methods to solve the problem, the article will be your savior,
which lists two methods that you can use to unprotect excel sheet in two cases.
 Case 1: Unprotect Excel sheet with VBA code
 Case 2: Unprotect Excel sheet without password
Case 1: Directly Unprotect Excel Sheet with VBA Code
VBA (Visual Basic for Applications) is one of macro languages of Visual Basic, which is usually
used in MS Office to improve work efficiency. Especially in MS Excel, it looks like the remote
controller of Excel. And people could create a custom solution with VBA code to make excel
sheet unprotecting automatically.
So if you have no idea, free VBA code is worth trying.
Step 1: Open Excel sheet and enter Macro Editor with Alt + F11.
Step 2: In VBA window, select the sheet you need to unprotect in VBA project listing.
2
Then general declarations page appears for the sheet, where you can enter VBA code.
Step 3: Enter following VBA code and run it in Macro editor.
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
3
End If
Next: Next: Next: Next: Next: Next
Next: Next: Next: Next: Next: Next
End Sub
While above code is copied and pasted in general declarations, press F5 to run it. If there is a
dialog pops up now, just confirm the Macro and continue to launch the VBA code to unprotect
excel sheet.
4
Step 4: Unprotect excel sheet with code Macro returns.
Instantly, Macro will return you back to excel sheet you want to unprotect. And a box provides
you with a usable code. Don’t need to copy the code now and just click “OK” on the box, you will
find the excel sheet has been unprotected.
5
Case 2: Unprotect Excel Sheet without Password
Besides above free VBA code, some third-party software also provides an effective and easy way
to unprotect Excel sheet when people forgot excel sheet password. And usually they help to
remove the forgotten excel sheet password, so that excel sheet can be unprotected without
password. Among them, the software what I know that can work effectively and safely, is
iSunshare Workbook Unprotect Genius. Besides unprotecting excel sheet, it could also
unprotect excel workbook by removing forgotten workbook structure and read-only password.
Step 1: Get Workbook Unprotect Genius full version on your computer.
Choose Workbook Unprotect Genius full version on www.isunshare.com in order to successfully
remove forgotten password on protected excel sheet. Then install and run it on your computer.
6
Step 2: Add protected excel sheet into Workbook Unprotect Genius.
Generally excel sheet is part of excel file or workbook. So just need to import the excel file or
workbook that excel sheet belongs to into Workbook Unprotect Genius. And you could remove
excel sheet password.
Click on Open button and select excel file/workbook in the pop-up Open dialog. Then click Open
button at the bottom side again to add it to iSunshare software Workbook Unprotect Genius.
7
Note: If the excel file you select is excel 97-2003 (*.xls), you would be prompted warning
message to convert it to excel 2007-2016 (*.xlsx) at first. Just do it and you can go on to
unprotect your excel sheet.
Step 3: Remove excel sheet forgotten password.
While excel file is successfully added, tap on Remove Password and excel sheet password would
be removed in just a second.
Don’t be hesitated to click OK to confirm excel sheet password remover if it happens. You would
get an unprotected excel file including excel sheet you ever wanted to unprotect.
8
At last, congratulations you have unprotected excel sheet without knowing password.

More Related Content

What's hot

Excel 2010 training presentation figure out dates by using formulas in exce...
Excel 2010 training presentation   figure out dates by using formulas in exce...Excel 2010 training presentation   figure out dates by using formulas in exce...
Excel 2010 training presentation figure out dates by using formulas in exce...
MFMinickiello
 
Class7 term3 2019-2020
Class7 term3 2019-2020Class7 term3 2019-2020
Class7 term3 2019-2020
Andrew Raj
 
How to unlock excel 2010 spreadsheet
How to unlock excel 2010 spreadsheetHow to unlock excel 2010 spreadsheet
How to unlock excel 2010 spreadsheet
BretBible
 
Know How to Lock VBA Code in Microsoft Excel
Know How to Lock VBA Code in Microsoft Excel  Know How to Lock VBA Code in Microsoft Excel
Know How to Lock VBA Code in Microsoft Excel
jason_clark03
 
Learn Vba excel 2007
Learn Vba excel 2007Learn Vba excel 2007
Learn Vba excel 2007
Steve Johnson
 
Term II - [2019-'20]_Class 7_CSC
Term II - [2019-'20]_Class 7_CSCTerm II - [2019-'20]_Class 7_CSC
Term II - [2019-'20]_Class 7_CSC
Andrew Raj
 
Term 3 class8_2019-2020
Term 3 class8_2019-2020Term 3 class8_2019-2020
Term 3 class8_2019-2020
Andrew Raj
 
My excel reviewer moraleda3
My excel reviewer moraleda3My excel reviewer moraleda3
My excel reviewer moraleda3Matt Capal
 
REACTOR Overview
REACTOR OverviewREACTOR Overview
REACTOR Overviewmreed111
 
EduNxt V2 for GNU - Email using Office 365
EduNxt V2 for GNU - Email using Office 365EduNxt V2 for GNU - Email using Office 365
EduNxt V2 for GNU - Email using Office 365
Siddharth Goyal
 
Prevent the application has failed to start because its side by-side config...
Prevent  the application has failed to start because its  side by-side config...Prevent  the application has failed to start because its  side by-side config...
Prevent the application has failed to start because its side by-side config...
Sumit Modi
 
Using macros in microsoft excel part 1
Using macros in microsoft excel   part 1Using macros in microsoft excel   part 1
Using macros in microsoft excel part 1
Er. Nawaraj Bhandari
 
How to set up outlook account
How to set up outlook accountHow to set up outlook account
How to set up outlook account
PA College of Health Sciences
 
Advanced Spreadsheet Skill By: Darwin B. Lope
Advanced Spreadsheet Skill By: Darwin B. LopeAdvanced Spreadsheet Skill By: Darwin B. Lope
Advanced Spreadsheet Skill By: Darwin B. Lope
JohnjosfirRoca
 
Sgc xl sms troubleshooting
Sgc xl sms troubleshootingSgc xl sms troubleshooting
Sgc xl sms troubleshooting
Raghhav Sammrat
 
Googlepowerpoint
GooglepowerpointGooglepowerpoint
Googlepowerpointfarfanm0707
 
Excel 2013
Excel 2013Excel 2013
Excel 2013
RShankar31
 
Microsoft Excel - Macros
Microsoft Excel - MacrosMicrosoft Excel - Macros
Microsoft Excel - Macros
Eladio Jose Abquina
 

What's hot (20)

Excel 2010 training presentation figure out dates by using formulas in exce...
Excel 2010 training presentation   figure out dates by using formulas in exce...Excel 2010 training presentation   figure out dates by using formulas in exce...
Excel 2010 training presentation figure out dates by using formulas in exce...
 
Class7 term3 2019-2020
Class7 term3 2019-2020Class7 term3 2019-2020
Class7 term3 2019-2020
 
How to unlock excel 2010 spreadsheet
How to unlock excel 2010 spreadsheetHow to unlock excel 2010 spreadsheet
How to unlock excel 2010 spreadsheet
 
Know How to Lock VBA Code in Microsoft Excel
Know How to Lock VBA Code in Microsoft Excel  Know How to Lock VBA Code in Microsoft Excel
Know How to Lock VBA Code in Microsoft Excel
 
VBA
VBA VBA
VBA
 
Learn Vba excel 2007
Learn Vba excel 2007Learn Vba excel 2007
Learn Vba excel 2007
 
Term II - [2019-'20]_Class 7_CSC
Term II - [2019-'20]_Class 7_CSCTerm II - [2019-'20]_Class 7_CSC
Term II - [2019-'20]_Class 7_CSC
 
User guide to excel
User guide to excelUser guide to excel
User guide to excel
 
Term 3 class8_2019-2020
Term 3 class8_2019-2020Term 3 class8_2019-2020
Term 3 class8_2019-2020
 
My excel reviewer moraleda3
My excel reviewer moraleda3My excel reviewer moraleda3
My excel reviewer moraleda3
 
REACTOR Overview
REACTOR OverviewREACTOR Overview
REACTOR Overview
 
EduNxt V2 for GNU - Email using Office 365
EduNxt V2 for GNU - Email using Office 365EduNxt V2 for GNU - Email using Office 365
EduNxt V2 for GNU - Email using Office 365
 
Prevent the application has failed to start because its side by-side config...
Prevent  the application has failed to start because its  side by-side config...Prevent  the application has failed to start because its  side by-side config...
Prevent the application has failed to start because its side by-side config...
 
Using macros in microsoft excel part 1
Using macros in microsoft excel   part 1Using macros in microsoft excel   part 1
Using macros in microsoft excel part 1
 
How to set up outlook account
How to set up outlook accountHow to set up outlook account
How to set up outlook account
 
Advanced Spreadsheet Skill By: Darwin B. Lope
Advanced Spreadsheet Skill By: Darwin B. LopeAdvanced Spreadsheet Skill By: Darwin B. Lope
Advanced Spreadsheet Skill By: Darwin B. Lope
 
Sgc xl sms troubleshooting
Sgc xl sms troubleshootingSgc xl sms troubleshooting
Sgc xl sms troubleshooting
 
Googlepowerpoint
GooglepowerpointGooglepowerpoint
Googlepowerpoint
 
Excel 2013
Excel 2013Excel 2013
Excel 2013
 
Microsoft Excel - Macros
Microsoft Excel - MacrosMicrosoft Excel - Macros
Microsoft Excel - Macros
 

Similar to Forgot Password to Unprotect Excel Sheet in Two Cases

A Quick Simple MS Excel Macro
A Quick Simple MS Excel MacroA Quick Simple MS Excel Macro
A Quick Simple MS Excel Macro
Pranav Ghode
 
How to unprotect an excel sheet without password
How to unprotect an excel sheet without passwordHow to unprotect an excel sheet without password
How to unprotect an excel sheet without passwordRavi Kumar Lanke
 
Vbabook ed2
Vbabook ed2Vbabook ed2
Vbabook ed2
NilsonVallecillo
 
Excel vba
Excel vbaExcel vba
Excel vba
Almeda Asuncion
 
Excel Vba Basic Tutorial 1
Excel Vba Basic Tutorial 1Excel Vba Basic Tutorial 1
Excel Vba Basic Tutorial 1
rupeshkanu
 
Introduction To Excel 2007 Macros
Introduction To Excel 2007 MacrosIntroduction To Excel 2007 Macros
Introduction To Excel 2007 Macros
Excel
 
Basics of excel for medical profession
Basics of excel for medical professionBasics of excel for medical profession
Basics of excel for medical profession
Digital Shende
 
VBA Tips
VBA TipsVBA Tips
VBA Tips
Ike Onwubuya
 
QESUTGPfbmYH3WQF257.pptx
QESUTGPfbmYH3WQF257.pptxQESUTGPfbmYH3WQF257.pptx
QESUTGPfbmYH3WQF257.pptx
RAMCHANDRASHARMA7
 
Ktifkan dulu microsoft visual basic
Ktifkan dulu microsoft visual basicKtifkan dulu microsoft visual basic
Ktifkan dulu microsoft visual basic
Slamet Achwandy
 
Autocad excel vba
Autocad excel vbaAutocad excel vba
Autocad excel vbarjg_vijay
 
0403-excel-macros-made-easy.pdf
0403-excel-macros-made-easy.pdf0403-excel-macros-made-easy.pdf
0403-excel-macros-made-easy.pdf
ABHISHEK MALIK
 
Online Advance Excel & VBA Training in India
 Online Advance Excel & VBA Training in India Online Advance Excel & VBA Training in India
Online Advance Excel & VBA Training in India
ibinstitute0
 
UNIT I.pptx
UNIT I.pptxUNIT I.pptx
UNIT I.pptx
BhargaviJ8
 
Microsoft excel 2007 programme for effective tertiary institution result grading
Microsoft excel 2007 programme for effective tertiary institution result gradingMicrosoft excel 2007 programme for effective tertiary institution result grading
Microsoft excel 2007 programme for effective tertiary institution result gradingAlexander Decker
 
How to use microsoft excel
How to use microsoft excelHow to use microsoft excel
How to use microsoft excel
girum003
 

Similar to Forgot Password to Unprotect Excel Sheet in Two Cases (20)

A Quick Simple MS Excel Macro
A Quick Simple MS Excel MacroA Quick Simple MS Excel Macro
A Quick Simple MS Excel Macro
 
How to unprotect an excel sheet without password
How to unprotect an excel sheet without passwordHow to unprotect an excel sheet without password
How to unprotect an excel sheet without password
 
Vbabook ed2
Vbabook ed2Vbabook ed2
Vbabook ed2
 
Excel vba
Excel vbaExcel vba
Excel vba
 
Excel Vba Basic Tutorial 1
Excel Vba Basic Tutorial 1Excel Vba Basic Tutorial 1
Excel Vba Basic Tutorial 1
 
Introduction To Excel 2007 Macros
Introduction To Excel 2007 MacrosIntroduction To Excel 2007 Macros
Introduction To Excel 2007 Macros
 
Basics of excel for medical profession
Basics of excel for medical professionBasics of excel for medical profession
Basics of excel for medical profession
 
VBA Tips
VBA TipsVBA Tips
VBA Tips
 
QESUTGPfbmYH3WQF257.pptx
QESUTGPfbmYH3WQF257.pptxQESUTGPfbmYH3WQF257.pptx
QESUTGPfbmYH3WQF257.pptx
 
Ktifkan dulu microsoft visual basic
Ktifkan dulu microsoft visual basicKtifkan dulu microsoft visual basic
Ktifkan dulu microsoft visual basic
 
Macros
MacrosMacros
Macros
 
VBA
VBAVBA
VBA
 
Autocad excel vba
Autocad excel vbaAutocad excel vba
Autocad excel vba
 
0403-excel-macros-made-easy.pdf
0403-excel-macros-made-easy.pdf0403-excel-macros-made-easy.pdf
0403-excel-macros-made-easy.pdf
 
Online Advance Excel & VBA Training in India
 Online Advance Excel & VBA Training in India Online Advance Excel & VBA Training in India
Online Advance Excel & VBA Training in India
 
UNIT I.pptx
UNIT I.pptxUNIT I.pptx
UNIT I.pptx
 
Microsoft excel 2007 programme for effective tertiary institution result grading
Microsoft excel 2007 programme for effective tertiary institution result gradingMicrosoft excel 2007 programme for effective tertiary institution result grading
Microsoft excel 2007 programme for effective tertiary institution result grading
 
Notacd04
Notacd04Notacd04
Notacd04
 
Notacd04
Notacd04Notacd04
Notacd04
 
How to use microsoft excel
How to use microsoft excelHow to use microsoft excel
How to use microsoft excel
 

Recently uploaded

Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 

Recently uploaded (20)

Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 

Forgot Password to Unprotect Excel Sheet in Two Cases

  • 1. 1 Forgot Password to Unprotect Excel Sheet in Two Cases When I was ready to edit in excel sheet, there was always a prompting message popping up to remind me and I cannot edit sheet. Then I found the excel sheet had been protected but I didn’t have the password. How can I unprotect excel sheet to edit normally without knowing password? Just could open excel workbook and worksheet, but cannot do anything on excel sheet? If you are eager to looking for effective methods to solve the problem, the article will be your savior, which lists two methods that you can use to unprotect excel sheet in two cases.  Case 1: Unprotect Excel sheet with VBA code  Case 2: Unprotect Excel sheet without password Case 1: Directly Unprotect Excel Sheet with VBA Code VBA (Visual Basic for Applications) is one of macro languages of Visual Basic, which is usually used in MS Office to improve work efficiency. Especially in MS Excel, it looks like the remote controller of Excel. And people could create a custom solution with VBA code to make excel sheet unprotecting automatically. So if you have no idea, free VBA code is worth trying. Step 1: Open Excel sheet and enter Macro Editor with Alt + F11. Step 2: In VBA window, select the sheet you need to unprotect in VBA project listing.
  • 2. 2 Then general declarations page appears for the sheet, where you can enter VBA code. Step 3: Enter following VBA code and run it in Macro editor. 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
  • 3. 3 End If Next: Next: Next: Next: Next: Next Next: Next: Next: Next: Next: Next End Sub While above code is copied and pasted in general declarations, press F5 to run it. If there is a dialog pops up now, just confirm the Macro and continue to launch the VBA code to unprotect excel sheet.
  • 4. 4 Step 4: Unprotect excel sheet with code Macro returns. Instantly, Macro will return you back to excel sheet you want to unprotect. And a box provides you with a usable code. Don’t need to copy the code now and just click “OK” on the box, you will find the excel sheet has been unprotected.
  • 5. 5 Case 2: Unprotect Excel Sheet without Password Besides above free VBA code, some third-party software also provides an effective and easy way to unprotect Excel sheet when people forgot excel sheet password. And usually they help to remove the forgotten excel sheet password, so that excel sheet can be unprotected without password. Among them, the software what I know that can work effectively and safely, is iSunshare Workbook Unprotect Genius. Besides unprotecting excel sheet, it could also unprotect excel workbook by removing forgotten workbook structure and read-only password. Step 1: Get Workbook Unprotect Genius full version on your computer. Choose Workbook Unprotect Genius full version on www.isunshare.com in order to successfully remove forgotten password on protected excel sheet. Then install and run it on your computer.
  • 6. 6 Step 2: Add protected excel sheet into Workbook Unprotect Genius. Generally excel sheet is part of excel file or workbook. So just need to import the excel file or workbook that excel sheet belongs to into Workbook Unprotect Genius. And you could remove excel sheet password. Click on Open button and select excel file/workbook in the pop-up Open dialog. Then click Open button at the bottom side again to add it to iSunshare software Workbook Unprotect Genius.
  • 7. 7 Note: If the excel file you select is excel 97-2003 (*.xls), you would be prompted warning message to convert it to excel 2007-2016 (*.xlsx) at first. Just do it and you can go on to unprotect your excel sheet. Step 3: Remove excel sheet forgotten password. While excel file is successfully added, tap on Remove Password and excel sheet password would be removed in just a second. Don’t be hesitated to click OK to confirm excel sheet password remover if it happens. You would get an unprotected excel file including excel sheet you ever wanted to unprotect.
  • 8. 8 At last, congratulations you have unprotected excel sheet without knowing password.