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.
- Timestamp:
-
Feb 4, 2016, 10:55:00 AM (10 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v2
|
|
| 18 | 18 | * Copy the add-in (XLAM file) to an Excel add-in folder. |
| 19 | 19 | * 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. |
| 21 | 21 | |
| 22 | 22 | These steps can be done in two ways: manually or running a TOL code. |
| … |
… |
|
| 88 | 88 | For 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] |
| 89 | 89 | |
| 90 | | ==== Write the environment variable VBTOL_PATH ==== |
| | 90 | ==== Create the environment variable VBTOL_PATH ==== |
| 91 | 91 | |
| 92 | 92 | For helping the add-in to find the TOL installation, an environment variable named {{{VBTOL_PATH}}} should be created. |
| … |
… |
|
| 102 | 102 | The environment variable creation can be done as usual. We recommend to create an user environment variable. |
| 103 | 103 | |
| 104 | | For example, you can do it executing in the Windows command line: |
| | 104 | __Using then environment variables window__ |
| | 105 | |
| | 106 | The environment variables editing window vary from a Windows version to another. |
| | 107 | |
| | 108 | To open it, you should follow these steps or similar: {{{Control Panel -> System -> Advanced -> Environment Variables}}}. |
| | 109 | |
| | 110 | There 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 | |
| | 114 | You can also do it executing a sentence into the Windows command line: |
| 105 | 115 | {{{ |
| 106 | 116 | setx VBTOL_PATH %PROGRAMFILES%\Tol-Project\tol-gnu-v3.3\bin |
| 107 | 117 | }}} |
| 108 | | Change the path with your own. |
| | 118 | (change the path with your own). |
| 109 | 119 | |
| 110 | 120 | |