Skip to content

Commit d73f09e

Browse files
tduguidtduguid
authored andcommitted
Merge branch 'master' of https://github.com/aduguid/ScriptHelp
2 parents c53c594 + f370715 commit d73f09e

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed
9.71 KB
Loading
-2.95 KB
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[![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")
1717
[![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 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.
19+
This Add-In is used for cleaning & batch loading records into SQL Server, Oracle, Documentum, Markup or 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.
2020

2121
I'm still working on updating the VB.NET & VBA. The most complete version is C#.
2222

VBA/Install.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ REM
2121

2222
REM Copy the install directory and sub-directories
2323
REM XCOPY ".\ScriptHelp.xlam" "%AppData%\Microsoft\AddIns\ScriptHelp.xlam" /E /K /Q /R /Y /D
24-
XCOPY ".\ScriptHelp.xlam" "%AppData%\Microsoft\Excel\XLSTART\ScriptHelp.xlam" /E /K /Q /R /Y /D
24+
XCOPY ".\ScriptHelp.xlam" "%AppData%\Microsoft\Excel\XLSTART\ScriptHelp.xlam" /E /K /Q /R /Y /D
25+
REM XCOPY ".\ScriptHelp.xlam" "%AppData%\Roaming\Microsoft\Excel\XLSTART\ScriptHelp.xlam" /E /K /Q /R /Y /D

0 commit comments

Comments
 (0)