Civil Engineering Association

Full Version: Excel Worksheet Password Recovery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
In my case this code is not working as the VBA editor is also password protected
Dear krasheed,

The best one i found to recover password for worksheet, VBA and to open files (still takes some time depending on how long is the password) is:

Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************
Hi. Here's an additional tip to remove the password of a VBA workbook.

Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************

The idea is to use an hex editor to change a certain string in the excel file and confuse Excel the first time you try to open the file. This will force Excel to automatically remove the password. I have tried it and it works fine.

Cheers!
Pages: 1 2