How can I use VBA to open a macro without running it?

I am working on a macro that will export all of the modules/forms in another macro for backup purposes.  I have it working pretty well right now, but it only works if the macro that I want to export has already been loaded into memory (ie.  I've run it or made edits in this session).  Is there any way for me to open a macro for editing without running it using VBA? 

SolidworksApi macros