Forum Discussion

CVBBTreasurer's avatar
CVBBTreasurer
Copper Contributor
Aug 09, 2022
Solved

Macros & Passwords

I inherited an excel spreadsheet when I became the treasurer for the school band. It is Excel 2013. So old. Within my spreadsheet, each student has an account page. Every month a macro creates a pdf ...
  • mtarler's avatar
    Aug 09, 2022
    It sounds like the original author took a picture of the password information just so future users will have it but almost certainly the password itself is in the VBA/macro section. You and go there and search for the password and try to change it yourself. if you click alt-F11 that should open the VBA editor/environment and then on the left is a list of the workbooks that are open (and maybe some other things) if you don't see that try clicking ctrl-R to open the project explorer. double click an item is the workbook of interest to open a page of code (even if it is blank) and then hit ctrl-f to do a search. make sure you select entire project on the bottom left. search for the old password.
    Other than that, I would need the workbook to help you.

Resources