I am writing a quite big project in excel vba, as an xlam which will be added to various user's machines.
The code has grown to a point where it has 20 or so modules, numerous forms, organized by type of function and use, however there are still about 30-40 subroutines, functions, in total, which are difficult for me to locate at any given time, when wanting to go edit code, etc.
What software can help me manage this project as it will only continue to grow. To be more specific I am looking for a top level view of all my functions, and subroutines, being able to locate them quickly, to go edit. Version control isn't really my goal, it's to be able to manage all the functions, quickly being able to switch from one function to another without having to remember whether I had put Function87 in module86 or module 87.
Hope someone can help out!
Thanks!
The code has grown to a point where it has 20 or so modules, numerous forms, organized by type of function and use, however there are still about 30-40 subroutines, functions, in total, which are difficult for me to locate at any given time, when wanting to go edit code, etc.
What software can help me manage this project as it will only continue to grow. To be more specific I am looking for a top level view of all my functions, and subroutines, being able to locate them quickly, to go edit. Version control isn't really my goal, it's to be able to manage all the functions, quickly being able to switch from one function to another without having to remember whether I had put Function87 in module86 or module 87.
Hope someone can help out!
Thanks!