Skip to content

Commit 829e3cf

Browse files
tduguidtduguid
authored andcommitted
Merge branch 'master' of https://github.com/aduguid/ScriptHelp
2 parents 0fae551 + 38094b1 commit 829e3cf

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed
-1.67 MB
Binary file not shown.

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,21 @@
99

1010
[![Join the chat at https://gitter.im/ScriptHelp](https://badges.gitter.im/ScriptHelp/Lobby.svg)](https://gitter.im/ScriptHelp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1111
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © Anthony Duguid")
12-
<span class="Application_Version">[![release](http://github-release-version.herokuapp.com/github/aduguid/ScriptHelp/release.svg?style=flat)](https://github.com/aduguid/ScriptHelp/releases/latest)</span>
12+
<span class="Application_Version">[![release](http://github-release-version.herokuapp.com/github/Office-projects/ScriptHelp/release.svg?style=flat)](https://github.com/Office-projects/ScriptHelp/releases/latest)</span>
1313

1414
<!---
15-
[![download VBA](https://img.shields.io/badge/download-VBA-brightgreen.svg)](https://github.com/aduguid/ScriptHelp/raw/master/VBA/ScriptHelp.xlsm?raw=true "Download the VBA Add-In")
16-
[![download VSTO](https://img.shields.io/badge/download-VSTO-brightgreen.svg)](https://github.com/aduguid/ScriptHelp/CS/blob/master/publish/setup.exe?raw=true "Download Setup.exe Install File")
17-
[![download Key](https://img.shields.io/badge/download-Key-brightgreen.svg)](https://github.com/aduguid/ScriptHelp/CS/blob/master/AnthonyDuguid.pfx?raw=true "Download AnthonyDuguid.pfx And Install At Root Level For VSTO")
15+
[![download VBA](https://img.shields.io/badge/download-VBA-brightgreen.svg)](https://github.com/Office-projects/ScriptHelp/raw/master/VBA/ScriptHelp.xlsm?raw=true "Download the VBA Add-In")
16+
[![download VSTO](https://img.shields.io/badge/download-VSTO-brightgreen.svg)](https://github.com/Office-projects/ScriptHelp/CS/blob/master/publish/setup.exe?raw=true "Download Setup.exe Install File")
17+
[![download Key](https://img.shields.io/badge/download-Key-brightgreen.svg)](https://github.com/Office-projects/ScriptHelp/CS/blob/master/AnthonyDuguid.pfx?raw=true "Download AnthonyDuguid.pfx And Install At Root Level For VSTO")
1818
--->
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+
2023
<!---
21-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © 2017 Anthony Duguid")
22-
[![star this repo](http://githubbadges.com/star.svg?user=aduguid&repo=ScriptHelp&style=flat&color=fff&background=007ec6)](http://github.com/aduguid/ScriptHelp)
23-
[![fork this repo](http://githubbadges.com/fork.svg?user=aduguid&repo=ScriptHelp&style=flat&color=fff&background=007ec6)](http://github.com/aduguid/ScriptHelp/fork)
24+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © 2018 Anthony Duguid")
25+
[![star this repo](http://githubbadges.com/star.svg?user=Office-projects&repo=ScriptHelp&style=flat&color=fff&background=007ec6)](http://github.com/Office-projects/ScriptHelp)
26+
[![fork this repo](http://githubbadges.com/fork.svg?user=Office-projects&repo=ScriptHelp&style=flat&color=fff&background=007ec6)](http://github.com/Office-projects/ScriptHelp/fork)
2427
2528
<img src="Images/ReadMe/ribbon.png" />
2629
--->
@@ -88,14 +91,14 @@ Instructions for installation of VBA and VSTO versions.
8891

8992
### VBA
9093
How to install the VBA version
91-
1. Download the VBA Add-In file [![download VBA](https://img.shields.io/badge/download-VBA-brightgreen.svg)](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 [![download VBA](https://img.shields.io/badge/download-VBA-brightgreen.svg)](https://github.com/Office-projects/ScriptHelp/raw/master/VBA/ScriptHelp.xlam?raw=true "Download the VBA Add-In").
9295
2. Copy the file to the XLSTART folder on your computer. ```%AppData%\Microsoft\Excel\XLSTART\```
9396
3. Close all open instances of Excel and then launch Excel. The new ribbon should appear.
9497

9598
### VSTO
9699
How to install the VSTO version
97-
1. Download AnthonyDuguid.pfx And Install At Root Level [![download Key](https://img.shields.io/badge/download-Key-brightgreen.svg)](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. [![download VSTO](https://img.shields.io/badge/download-VSTO-brightgreen.svg)](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 [![download Key](https://img.shields.io/badge/download-Key-brightgreen.svg)](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. [![download VSTO](https://img.shields.io/badge/download-VSTO-brightgreen.svg)](https://github.com/Office-projects/ScriptHelp/blob/master/CS/publish/setup.exe?raw=true "Download Setup.exe Install File")
99102

100103
<br>
101104

@@ -369,7 +372,7 @@ VBA
369372

370373
<a id="user-content-description" class="anchor" href="#description" aria-hidden="true"> </a>
371374
#### 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")
373376

374377
<a id="user-content-install-date" class="anchor" href="#install-date" aria-hidden="true"> </a>
375378
#### Release Date (Label)

0 commit comments

Comments
 (0)