Civil Engineering Association
Excel Worksheet Password Recovery - Printable Version

+- Civil Engineering Association (https://forum.civilea.com)
+-- Forum: Civil Engineering Resource (https://forum.civilea.com/forum-1.html)
+--- Forum: Civil Engineering Documents (https://forum.civilea.com/forum-89.html)
+---- Forum: Engineering Spreadsheet (https://forum.civilea.com/forum-43.html)
+---- Thread: Excel Worksheet Password Recovery (/thread-4388.html)

Pages: 1 2


RE: Excel Worksheet Password Recovery - krasheed - 08-09-2011

In my case this code is not working as the VBA editor is also password protected


RE: Excel Worksheet Password Recovery - Diquan - 08-09-2011

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
***************************************



RE: Excel Worksheet Password Recovery - avscorreia - 08-09-2011

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!