-1

I am attempting to unlock a VBA Project that is password protected and have not had any luck so far. I have tried opening the vbaproject.bin part of the file in a hex editor and replacing the "DPB" line but that has not worked. I have seen this question on other forums but most of the answers provided only seemed to work with the older versions of Excel so I was curious if anyone had had any success in unlocking a VBA project on the newer version of Excel.

Community
  • 1
  • 1
Joseph Eugene
  • 1
  • 1
  • 1
  • 2

1 Answers1

1

I saved my .xlsm as a .xls file. Then I edited the file at http://www.onlinehexeditor.com/, by replacing PDB by PDx by replacing the B=62 hex by x=78 hex.

See more in How do I remove the password from a VBA project?

Finally, I saved as .xlsm again and it worked out for me.

Community
  • 1
  • 1
S.Morales
  • 11
  • 1