-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Started
Jimm Domingo edited this page Sep 25, 2016
·
3 revisions
To learn about this project's architecture:
- Read our blog posts about the origin and overview of this project.
- Download the zip file or tarball for the latest release of this project.
- Extract the files from the release.
- Open the development edition of the Simple Toolkit
(
Simple Toolkit_DEV.xlam
) in Excel, and explore its menu and tools. - Study the source code in its associated VBA modules (
*.bas
files).
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: -
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. -
Modify the
tools.bas
module to include the VBA subroutines that implement your tools.