You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/aduguid/ScriptHelp/raw/master/VBA/ScriptHelp.xlsm?raw=true"Download the VBA Add-In")
11
11
<!---
12
+
[](https://github.com/aduguid/ScriptHelp/raw/master/VBA/ScriptHelp.xlsm?raw=true "Download the VBA Add-In")
[](https://github.com/aduguid/ScriptHelp/CS/blob/master/AnthonyDuguid.pfx?raw=true "Download AnthonyDuguid.pfx And Install At Root Level For VSTO")
14
15
--->
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).
[](http://github.com/aduguid/ScriptHelp)
19
20
[](http://github.com/aduguid/ScriptHelp/fork)
20
-
21
+
--->
21
22
<imgsrc="Images/ReadMe/ribbon.png" />
22
23
24
+
<br>
25
+
23
26
## Table of Contents
27
+
- <ahref="#install">Install</a>
24
28
- <ahref="#dependencies">Dependencies</a>
25
29
- <ahref="#glossary-of-terms">Glossary of Terms</a>
26
-
- <ahref="#functionality">Functionality</a>
30
+
- <ahref="#functionality">Functionality</a>
27
31
- <ahref="#clipboard">Clipboard</a>
32
+
- <ahref="#format-data-table">Format Data Table</a>
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 [](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 [](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. [](https://github.com/aduguid/ScriptHelp/CS/blob/master/publish/setup.exe?raw=true"Download Setup.exe Install File")
@@ -91,6 +126,8 @@ This is an Excel Add-In written in Visual Studio Community 2017 C#/VB.NET and VB
91
126
| 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.|
This Excel ribbon is inserted after the “Home” tab when Excel opens. Listed below is the detailed functionality of this application and its components.
0 commit comments