Skip to content

Commit af4dd7a

Browse files
authored
Update README.md
1 parent c63e45c commit af4dd7a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This is an Excel Add-In written in Microsoft Visual Studio Community 2017 C#/VB.
2121
<img src="Images/ReadMe/ribbon.png" />
2222

2323
## Table of Contents
24+
- <a href="#install">Install</a>
2425
- <a href="#dependencies">Dependencies</a>
2526
- <a href="#glossary-of-terms">Glossary of Terms</a>
2627
- <a href="#functionality">Functionality</a>
@@ -68,6 +69,19 @@ This is an Excel Add-In written in Microsoft Visual Studio Community 2017 C#/VB.
6869
       - <a href="#copyright">Copyright</a>
6970
--->
7071

72+
<a id="user-content-install" class="anchor" href="#install" aria-hidden="true"> </a>
73+
## Install
74+
Instructions for installation for VBA and VSTO versions.
75+
76+
### VBA
77+
How to install the VBA version
78+
1. Download the VBA Add-In file [here](https://github.com/aduguid/ScriptHelp/raw/master/VBA/ScriptHelp.xlam?raw=true "Download the VBA Add-In").
79+
2. Copy the file to the XLSTART ```%AppData%\Microsoft\Excel\XLSTART\``` folder on your computer.
80+
3. Close all open instances of Excel and then launch Excel. The new ribbon should appear.
81+
82+
### VSTO
83+
How to install the VSTO version
84+
* TODO: ...
7185

7286

7387
<a id="user-content-dependencies" class="anchor" href="#dependencies" aria-hidden="true"> </a>

0 commit comments

Comments
 (0)