close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 1 and Version 2 of ExcelFlowExpand


Ignore:
Timestamp:
Feb 4, 2016, 10:55:00 AM (9 years ago)
Author:
Pedro Gea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExcelFlowExpand

    v1 v2  
    1818 * Copy the add-in (XLAM file) to an Excel add-in folder.
    1919 * Activate the add-in in Excel.
    20  * Create an environment variable indicating where is TOL installed.
     20 * Create an environment variable indicating where TOL is installed.
    2121
    2222These steps can be done in two ways: manually or running a TOL code.
     
    8888For more details, you can read: [https://support.office.com/en-us/article/Add-or-remove-add-ins-0af570c4-5cf3-4fa9-9b88-403625a0b460 Add-or-remove-add-ins]
    8989
    90 ==== Write the environment variable VBTOL_PATH ====
     90==== Create the environment variable VBTOL_PATH ====
    9191
    9292For helping the add-in to find the TOL installation, an environment variable named {{{VBTOL_PATH}}} should be created.
     
    102102The environment variable creation can be done as usual. We recommend to create an user environment variable.
    103103
    104 For example, you can do it executing in the Windows command line:
     104__Using then environment  variables window__
     105
     106The environment variables editing window vary from a Windows version to another.
     107
     108To open it, you should follow these steps or similar: {{{Control Panel -> System -> Advanced ->  Environment Variables}}}.
     109
     110There you can add an user environment variable indicating the name ({{{VBTOL_PATH}}} and the value (your own path).
     111
     112__Using the command setx__
     113
     114You can also do it executing a sentence into the Windows command line:
    105115{{{
    106116setx VBTOL_PATH %PROGRAMFILES%\Tol-Project\tol-gnu-v3.3\bin
    107117}}}
    108 Change the path with your own.
     118(change the path with your own).
    109119
    110120