We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To learn about this project's architecture:
Simple Toolkit_DEV.xlam
*.bas
When you're ready to create your own toolkit:
Rename the development edition and the configuration module (Simple Toolkit_conf.bas) of the Simple Toolkit. For example:
Simple Toolkit_conf.bas
Change the file properties of the development edition.
Modify the menu definition in the menu_defn_in_code.bas module to reflect the tools in your toolkit and how they're organized.
menu_defn_in_code.bas
Modify the tools.bas module to include the VBA subroutines that implement your tools.
tools.bas