I want to get a list of routines from a VBA project, then run the macros selected by the user.
The image below shows the native "Macros" box. I want to extend this functionality to multiple macros across multiple documents.

I found this link which solves the first part of the problem. Now that I have my list, how do I run a selected routine by name?