Skip to content
jpimbert edited this page Aug 21, 2013 · 3 revisions

To install vbatoolkit, user have only to open vbatoolkit workbooks , then a new toolbar will be added to vba and to the excel interface .

Vbatoolkit use VBA resources and execute some Github commands to initilize a local git repository ,that's why the environment variable must be defined .

if user select first option like in the exemple below , he must add manually the envirenment variable ;

when user install git on his computer , install wizard ask user if he wanna to add envirenement variable : install

add manually the envirenment variable

  1. Right-click on My Computer, and then click Properties.
  2. Click the "Advanced" or "Advanced system parameter" *depending on the version of Windows
  3. Click Environment Variables.
  4. search variables nammed Path in systeme variables .
  5. Click on modify button.
  6. now we will define path of variable , for exemple git was installed in " C:\Program Files\Git" , then i wil write ";C:\Program Files\Git\cmd" folowing path list.

gitpath 7. click ok to save changes and to close windows.
8. now open prompt and write "git" to check if envirenement variable was added successfully.

Clone this wiki locally