Skip to content

Updating Your Toolkit

Jimm Domingo edited this page Sep 4, 2018 · 2 revisions

Instructions to update your toolkit's project for a new release of this framework project.

  1. Copy in framework files

    Unpack the release's zip file or tarball, and then copy its source files (*.bas, *.cls) into your toolkit's working directory. Your version control software should indicate which framework files have been changed or added in this release.

    Note: additional steps are required if the release contains core changes (described in the section below).

  2. Verify the changes

    Open the Development edition of your toolkit with its macros enabled. Confirm that the toolkit's menu and macros work as expected.

  3. Commit the update

    For example:

     git commit -a -m "Update vba-libs to version 1.2.3"
    
Clone this wiki locally