Is there a way to show the password that protects macros after you have entered the password (or in this case, bypassed the password)? (Not looking for workbook protected password).
Example: 1) Open excel, 2) open VB Editor, 3) enter password to view macros, 4) add new macro that shows you the password.
I have been asked to update the macros on a lot of legacy files that have password protected macros. To be clear: the workbook is not protected. I used the below link which allowed me to view the macros on the book. (I used the 32 bit code, but I had to transfer my files to a computer with 32 bit excel since my work station is running 64 and then transfer them back).
I realize there are other workarounds after bypassing the password, such as disabling the password and then work on that file moving forward, but there is benefit in just finding out what the password is, thus I'm hoping there is a direct solution to my problem. The individual who made this password has locked many macros in many workbooks, and we have it on good authority he used the same passwords across the board. If I can find the password on one, I can unlock all of them.
Please let me know if anything else needs to be clarified.
Link that allowed me to bypass password: Is there a way to crack the password on an Excel VBA Project?