I have an excel file with a VBA Project which is password protected. How can I unlock the file? The person who created this is no longer working and I have to unlock this file to make work easier.
Thanks in advance Syed
I have an excel file with a VBA Project which is password protected. How can I unlock the file? The person who created this is no longer working and I have to unlock this file to make work easier.
Thanks in advance Syed
This only works on four letter extension Excel files:
Download HexEdit from this address: http://www.physics.ohio-state.edu/~prewett/hexedit/
Change the extension of the Excel file to ".zip"
Open the file in WinZip
Find and change the name of the file "vbaProject.bin" to "vbaProject.bin1"
Extract the "vbaProject.bin1" file and open it in HexEdit
Search for the phrase "DPB" in the file and change it to "DPx"
Save the fileand remove the "1" at the end of the extension
Import the file back in the .zip file right next to "vbaProject.bin1" file
Delete the "vbaProject.bin1" file, save the .zip file and change the extension back to Excel
Open the Excel file. It will error, but click "OK" or similar