Skip to content

Commit b01c700

Browse files
authored
Update README.md
1 parent bffee8e commit b01c700

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This is an Excel Add-In written in Microsoft Visual Studio Community 2017 C#/VB.
2222
</h1>
2323

2424
## Table of Contents
25+
- <a href="#install">Install</a>
2526
- <a href="#dependencies">Dependencies</a>
2627
- <a href="#glossary-of-terms">Glossary of Terms</a>
2728
- <a href="#functionality">Functionality</a>
@@ -56,6 +57,20 @@ This is an Excel Add-In written in Microsoft Visual Studio Community 2017 C#/VB.
5657
- <a href="#copyright">Copyright</a>
5758
--->
5859

60+
<a id="user-content-install" class="anchor" href="#install" aria-hidden="true"> </a>
61+
## Install
62+
Instructions for installation for VBA and VSTO versions.
63+
64+
### VBA
65+
How to install the VBA version
66+
1. Download the VBA Add-In file [here](https://github.com/aduguid/ServerActions/raw/master/VBA/ServerActions.xlam?raw=true "Download the VBA Add-In").
67+
2. Copy the file to the XLSTART ```%AppData%\Microsoft\Excel\XLSTART\``` folder on your computer.
68+
3. Close all open instances of Excel and then launch Excel. The new ribbon should appear.
69+
70+
### VSTO
71+
How to install the VSTO version
72+
* TODO: ...
73+
5974
<a id="user-content-dependencies" class="anchor" href="#dependencies" aria-hidden="true"> </a>
6075
## Dependencies
6176
|Software |Dependency |Project |

0 commit comments

Comments
 (0)