Skip to content

Commit 4cb76e7

Browse files
tduguidtduguid
authored andcommitted
Merge branch 'master' of https://github.com/aduguid/ScriptHelp
2 parents 0ce4282 + 96d1417 commit 4cb76e7

File tree

5 files changed

+67
-8
lines changed

5 files changed

+67
-8
lines changed

README.md

Lines changed: 44 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,41 @@
22
<head>
33
</head>
44

5+
56
<img align="left" src="Images/ReadMe/App.png" width="64px" >
67

78
# Script Help <span class="Application_Version">3.0.0.0</span>
8-
9+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © 2017 Anthony Duguid")
910
![current_build Office_2013](https://img.shields.io/badge/current_build-Office_2013-red.svg)
10-
[![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")
1111
<!---
12+
[![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")
1213
[![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")
1314
[![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")
1415
--->
15-
This is an Excel Add-In written in 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).
16-
16+
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).
17+
<!---
1718
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © 2017 Anthony Duguid")
1819
[![star this repo](http://githubbadges.com/star.svg?user=aduguid&repo=ScriptHelp&style=flat&color=fff&background=007ec6)](http://github.com/aduguid/ScriptHelp)
1920
[![fork this repo](http://githubbadges.com/fork.svg?user=aduguid&repo=ScriptHelp&style=flat&color=fff&background=007ec6)](http://github.com/aduguid/ScriptHelp/fork)
20-
21+
--->
2122
<img src="Images/ReadMe/ribbon.png" />
2223

24+
<br>
25+
2326
## Table of Contents
27+
- <a href="#install">Install</a>
2428
- <a href="#dependencies">Dependencies</a>
2529
- <a href="#glossary-of-terms">Glossary of Terms</a>
26-
- <a href="#functionality">Functionality</a>
30+
- <a href="#functionality">Functionality</a>
2731
- <a href="#clipboard">Clipboard</a>
32+
- <a href="#format-data-table">Format Data Table</a>
33+
- <a href="#script-actions">Script Actions</a>
34+
- <a href="#format-script-options">Script Variables</a>
35+
- <a href="#options">Options</a>
36+
- <a href="#about">Help</a>
37+
- <a href="#about">About</a>
38+
   
39+
<!---
2840
- <a href="#paste">Paste</a>
2941
- <a href="#copy-visible-cells">Copy Visible Cells</a>
3042
- <a href="#format-data-table">Format Data Table</a>
@@ -57,7 +69,27 @@ This is an Excel Add-In written in Visual Studio Community 2017 C#/VB.NET and VB
5769
- <a href="#about">About</a>
5870
- <a href="#description">Add-in Name</a>
5971
- <a href="#install-date">Release Date</a>
60-
- <a href="#copyright">Copyright</a>
72+
       - <a href="#copyright">Copyright</a>
73+
--->
74+
75+
<br>
76+
77+
<a id="user-content-install" class="anchor" href="#install" aria-hidden="true"> </a>
78+
## Install
79+
Instructions for installation of VBA and VSTO versions.
80+
81+
### VBA
82+
How to install the VBA version
83+
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").
84+
2. Copy the file to the XLSTART ```%AppData%\Microsoft\Excel\XLSTART\``` folder on your computer.
85+
3. Close all open instances of Excel and then launch Excel. The new ribbon should appear.
86+
87+
### VSTO
88+
How to install the VSTO version
89+
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")
90+
2. Download and run the setup.exe file. [![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")
91+
92+
<br>
6193

6294
<a id="user-content-dependencies" class="anchor" href="#dependencies" aria-hidden="true"> </a>
6395
## Dependencies
@@ -75,6 +107,9 @@ This is an Excel Add-In written in Visual Studio Community 2017 C#/VB.NET and VB
75107
|[ScreenToGif](http://www.screentogif.com/)|Read Me|VBA, VSTO|
76108
|[Snagit](http://discover.techsmith.com/snagit-non-brand-desktop/?gclid=CNzQiOTO09UCFVoFKgod9EIB3g)|Read Me|VBA, VSTO|
77109
|Badges ([Library](https://shields.io/), [Custom](https://rozaxe.github.io/factory/), [Star/Fork](http://githubbadges.com))|Read Me|VBA, VSTO|
110+
111+
<br>
112+
78113
<a id="user-content-glossary-of-terms" class="anchor" href="#glossary-of-terms" aria-hidden="true"> </a>
79114
## Glossary of Terms
80115

@@ -91,6 +126,8 @@ This is an Excel Add-In written in Visual Studio Community 2017 C#/VB.NET and VB
91126
| XML|Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.The design goals of XML emphasize simplicity, generality, and usability across the Internet. It is a textual data format with strong support via Unicode for different human languages. Although the design of XML focuses on documents, the language is widely used for the representation of arbitrary data structures such as those used in web services.|
92127
<body>
93128

129+
<br>
130+
94131
<a id="user-content-functionality" class="anchor" href="#functionality" aria-hidden="true"> </a>
95132
## Functionality
96133
This Excel ribbon is inserted after the “Home” tab when Excel opens. Listed below is the detailed functionality of this application and its components.

VBA/Install.bat

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
@ECHO OFF
2+
3+
REM
4+
REM |--------------------------------------------------------------------------------------------------------------------
5+
REM | Purpose: Generic Install
6+
REM |
7+
REM | Ver. Date Author Details
8+
REM | 1.00 27-NOV-2017 Anthony Duguid Initial version.
9+
REM |--------------------------------------------------------------------------------------------------------------------*/
10+
11+
12+
REM
13+
REM /E = Copies directories and subdirectories, including empty ones. Same as /S /E. May be used to modify /T.
14+
REM /D:m-d-y = Copies files changed on or after the specified date.
15+
REM If no date is given, copies only those files whose source time is newer than the destination time.
16+
REM /K = Copies attributes. Normal Xcopy will reset read-only attributes.
17+
REM /Q = Does not display file names while copying.
18+
REM /R = Overwrites read-only files.
19+
REM /Y = Suppresses prompting to confirm you want to overwrite an existing destination file.
20+
REM
21+
22+
REM Copy the install directory and sub-directories
23+
XCOPY ".\ScriptHelp.xlam" "%AppData%\Microsoft\AddIns\ScriptHelp.xlam" /E /K /Q /R /Y /D

VBA/ScriptHelp.xlam

164 KB
Binary file not shown.

VBA/ScriptHelp.xlsm

916 Bytes
Binary file not shown.

VBA/test

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)