Notices
Computer/Internet Issues & Troubleshooting Anyone with questions about the terribly complex world of computers or the internet should try here. NOT FOR REPORTING ISSUES WITH PPRuNe FORUMS! Please use the subforum "PPRuNe Problems or Queries."

Excel Problem

Old 10th May 2009 | 07:08
  #1 (permalink)  
Thread Starter
 
Joined: Jan 2004
Posts: 1,068
Likes: 4
From: Hiding..... in one hemisphere or another
Excel Problem

Hi Folks.

I have an old spreadsheet which I protected with two passwords, one to open & modify it and another to protect one of the worksheets within it. Problem is, I remember the password to open and modify, as I use the workbook on a weekly basis, but I can't for the life of me remember the one to unprotect the individual worksheet containing the data I need to modify/update. It is quite a large application which I put together a long time ago and I really don't want to start from scratch again because I can't remember exactly what I did or how I did it.

Any ideas as to how I may be able to open it?
Atlas Shrugged is offline  
Reply
Old 10th May 2009 | 07:13
  #2 (permalink)  
 
Joined: Jan 2008
Posts: 525
Likes: 0
From: LONDON
This add in claims to be able to do it - never tried myself tho so cant vouch for it:- Password Remover | Spreadsheet Download | PC World
Jofm5 is offline  
Reply
Old 10th May 2009 | 08:03
  #3 (permalink)  
25 Anniversary
 
Joined: Mar 2001
Posts: 430
Likes: 0
From: South East Cornwall
I've used this excel password remover successfully.

Excel password: Excel password remover
srobarts is offline  
Reply
Old 10th May 2009 | 08:39
  #4 (permalink)  

Hovering AND talking
20 Anniversary
 
Joined: Feb 2003
Posts: 5,711
Likes: 1
From: Propping up bars in the Lands of D H Lawrence and Bishop Bonner
If the worksheet protection is simply to prevent changes to forumlae and formats etc, then the whole sheet can be copy/pasted to another workbook and the protection is removed by doing this. Then copy/paste it back. But if you've got links though, this could be messy.

If the protection is to prevent access by unauthorised persons, then you'll need the above password removers.

This is also useful when you get those Excel based quizzes emailed round and you have to type the answer in. If your answer doesn't match the quiz's answer exactly (including their typos), you get it wrong. However, you can copy/paste the quiz into another workbook and get the answers in the correct format.

Cheers

Whirls
Whirlygig is offline  
Reply
Old 10th May 2009 | 12:23
  #5 (permalink)  
Chief Tardis Technician
 
Joined: Jan 2001
Posts: 554
Likes: 0
From: Western Australia S31.715 E115.737
You could email it to me, and I can remove the passwords with some software I have.
Avtrician is offline  
Reply
Old 11th May 2009 | 00:27
  #6 (permalink)  
Thread Starter
 
Joined: Jan 2004
Posts: 1,068
Likes: 4
From: Hiding..... in one hemisphere or another
Thanks for this.

Downloaded the add-in and it worked a treat!

Still can't remember how I did the formulae though I'll figure it out.
Atlas Shrugged is offline  
Reply
Old 14th May 2009 | 16:47
  #7 (permalink)  
 
Joined: Apr 2004
Posts: 373
Likes: 0
From: Civ/HAL/SHY/FYY/PWK/AAS/WAD/AVI/GPT/BZN/BSN/WAD/BAS/FLK/WIT/MND/WAD/WIT/WAD/Civ
Use this Macro:

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
It will BruteForce a backdoor password - Microsoft TELL LIES when they say that a password cannot be recovered. True, the password cannot be recovered, but Excel actually creates a backdoor password, which CAN be recovered and used.
The Format of the backdoor password is:
AAAAAAAAAAAx
where A is "A" or "B" and x is any character.
The script above will scroll through ALL possible combinations until it finds the one which will unlock your worksheet.
unclenelli is offline  
Reply

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Thread Tools
Search this Thread

Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service

Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.