Best way to release macros

Since taking the Solidworks API class I have written about ahalf dozen macros for fellow employees. Some are as simple asprinting all drawings on the screen to large user interfaceenhancements.

These are all currently written in the Solidworks VB editor so Ican't push them out as an add-in. What is the best way to releasethese to the other designers.

Currently I have all the released copies on a network drive andsolidworks is pointed to that directory in the System Options-FileLocations.

The problem is that I can not add keyboard short cuts or menu itemsfor the macros in this directory.

Ideally I would want these "Released" files to be stored on thenetwork and then have menu items added to each person machine. Thatwould allow me to make updates without the users even knowing therewas a change.SolidworksApi macros