Reusable modules and dev utilities for the Macmillan Word template and macros.
Externally produced modules that must be incorporated into the main Utilities template file, but which are not part of this repo. Currently includes the wonderful VBA-JSON and VBA-Dictonary. If you clone this repo, be sure to manually add the primary modules from those projects in the /dependencies
directory, the contents of which are not tracked here.
A series of modules containing classes and functions required for other Macmillan VBA projects, notably Word-template. Just save the MacroUtilities.dotm
file in the same directory as your primary template, be sure it is loaded as an add-in, and you can call procedures in the format Project.Module.Procedure
.
A series of macros to help with VBA development.