-
Notifications
You must be signed in to change notification settings - Fork 45
Contribute to VBAToolKit
jpimbert edited this page Sep 20, 2013
·
5 revisions
There are three ways to collaborate to VBAToolKit:
- Open issues to inform us of a bug, or ask for an enhancement
- Download the source code, modify it and propose your enhancements (see below)
- Belong to the team and actively participate to the project and the wiki
The main steps and indications are:
- Install VBAToolKit and other useful tools on your computer, because VBAToolKit is developed with VBAToolKit !
- Learn how to use VBAToolKit to manage the VBAToolKit project
- Register as a GitHub user and fork the VBAToolKit repository
- Clone your own fork of the VBAToolKit repository on your computer
- Modify the source code and test it. Follow the rules and see the helps below.
- Push your modifications on your fork on GitHub, then send a Pull request to the main VBAToolKit repository
The VBAToolKit Design page may help you to understand How VBAToolKit is working and developed.
-
References used in VBAToolKit, and a bit of code to Get references GUID
(cas particulier pour VBAToolKit, il faut rechercher l'Add-In de nom VBAToolKit.xlam dans Application.AddIns, récupérer son path pour composer le nom complet du fichier, puis faire AddFromFile dans References)