|
9 | 9 |
|
10 | 10 | [](https://gitter.im/ScriptHelp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
11 | 11 | [](LICENSE "MIT License Copyright © Anthony Duguid") |
12 | | -<span class="Application_Version">[](https://github.com/aduguid/ScriptHelp/releases/latest)</span> |
| 12 | +<span class="Application_Version">[](https://github.com/Office-projects/ScriptHelp/releases/latest)</span> |
13 | 13 |
|
14 | 14 | <!--- |
15 | | -[](https://github.com/aduguid/ScriptHelp/raw/master/VBA/ScriptHelp.xlsm?raw=true "Download the VBA Add-In") |
16 | | -[](https://github.com/aduguid/ScriptHelp/CS/blob/master/publish/setup.exe?raw=true "Download Setup.exe Install File") |
17 | | -[](https://github.com/aduguid/ScriptHelp/CS/blob/master/AnthonyDuguid.pfx?raw=true "Download AnthonyDuguid.pfx And Install At Root Level For VSTO") |
| 15 | +[](https://github.com/Office-projects/ScriptHelp/raw/master/VBA/ScriptHelp.xlsm?raw=true "Download the VBA Add-In") |
| 16 | +[](https://github.com/Office-projects/ScriptHelp/CS/blob/master/publish/setup.exe?raw=true "Download Setup.exe Install File") |
| 17 | +[](https://github.com/Office-projects/ScriptHelp/CS/blob/master/AnthonyDuguid.pfx?raw=true "Download AnthonyDuguid.pfx And Install At Root Level For VSTO") |
18 | 18 | ---> |
19 | | -This is an Excel Add-In written in Microsoft Visual Studio Community 2017 C#/VB.NET and VBA. This is used for bulk data loads into SQL Server, Oracle, Documentum, Markup and Markdown Languages. The functionality within the ribbon allows a quick way of preparing a bulk data load. Otherwise, the requests can be both time-consuming and error prone. This has now been tested on Windows (7, 8.1, 10) & Excel (2010, 2013, 2016). |
| 19 | +This Add-In is used for cleaning & batch loading records into SQL Server, Oracle, Documentum, Markup and Markdown Languages. The functionality within the ribbon allows a quick way of preparing a bulk data load. Otherwise, the requests can be both time-consuming and error prone. |
| 20 | + |
| 21 | +I'm still working on updating the VB.NET & VBA. The most complete version is C#. |
| 22 | + |
20 | 23 | <!--- |
21 | | -[](LICENSE "MIT License Copyright © 2017 Anthony Duguid") |
22 | | -[](http://github.com/aduguid/ScriptHelp) |
23 | | -[](http://github.com/aduguid/ScriptHelp/fork) |
| 24 | +[](LICENSE "MIT License Copyright © 2018 Anthony Duguid") |
| 25 | +[](http://github.com/Office-projects/ScriptHelp) |
| 26 | +[](http://github.com/Office-projects/ScriptHelp/fork) |
24 | 27 |
|
25 | 28 | <img src="Images/ReadMe/ribbon.png" /> |
26 | 29 | ---> |
@@ -88,14 +91,14 @@ Instructions for installation of VBA and VSTO versions. |
88 | 91 |
|
89 | 92 | ### VBA |
90 | 93 | How to install the VBA version |
91 | | -1. Download the VBA Add-In file [](https://github.com/aduguid/ScriptHelp/raw/master/VBA/ScriptHelp.xlam?raw=true "Download the VBA Add-In"). |
| 94 | +1. Download the VBA Add-In file [](https://github.com/Office-projects/ScriptHelp/raw/master/VBA/ScriptHelp.xlam?raw=true "Download the VBA Add-In"). |
92 | 95 | 2. Copy the file to the XLSTART folder on your computer. ```%AppData%\Microsoft\Excel\XLSTART\``` |
93 | 96 | 3. Close all open instances of Excel and then launch Excel. The new ribbon should appear. |
94 | 97 |
|
95 | 98 | ### VSTO |
96 | 99 | How to install the VSTO version |
97 | | -1. Download AnthonyDuguid.pfx And Install At Root Level [](https://github.com/aduguid/ScriptHelp/CS/blob/master/AnthonyDuguid.pfx?raw=true "Download AnthonyDuguid.pfx And Install At Root Level For VSTO") |
98 | | -2. Download and run the setup.exe file. [](https://github.com/aduguid/ScriptHelp/blob/master/CS/publish/setup.exe?raw=true "Download Setup.exe Install File") |
| 100 | +1. Download AnthonyDuguid.pfx And Install At Root Level [](https://github.com/Office-projects/ScriptHelp/blob/master/CS/AnthonyDuguid.pfx?raw=true "Download AnthonyDuguid.pfx And Install At Root Level For VSTO") |
| 101 | +2. Download and run the setup.exe file. [](https://github.com/Office-projects/ScriptHelp/blob/master/CS/publish/setup.exe?raw=true "Download Setup.exe Install File") |
99 | 102 |
|
100 | 103 | <br> |
101 | 104 |
|
|
369 | 372 |
|
370 | 373 | <a id="user-content-description" class="anchor" href="#description" aria-hidden="true"> </a> |
371 | 374 | #### Add-in Name (Label) |
372 | | -* The application name with the version [<img src="Images/ReadMe/ribbon.easteregg.ico">](https://raw.githubusercontent.com/aduguid/ScriptHelp/master/Images/ReadMe/ribbon.easteregg.gif "Easter Egg") |
| 375 | +* The application name with the version [<img src="Images/ReadMe/ribbon.easteregg.ico">](https://raw.githubusercontent.com/Office-projects/ScriptHelp/master/Images/ReadMe/ribbon.easteregg.gif "Easter Egg") |
373 | 376 |
|
374 | 377 | <a id="user-content-install-date" class="anchor" href="#install-date" aria-hidden="true"> </a> |
375 | 378 | #### Release Date (Label) |
|
0 commit comments