08-09-2011, 09:28 AM
Pages: 1 2
08-09-2011, 01:44 PM
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:
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
***************************************
08-09-2011, 02:25 PM
Hi. Here's an additional tip to remove the password of a VBA workbook.
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!
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