Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fb71537

Browse files
tduguidtduguid
tduguid
authored and
tduguid
committed
2 parents 61cbf1e + 0aa7e96 commit fb71537

File tree

1 file changed

+25
-44
lines changed

1 file changed

+25
-44
lines changed

‎README.md‎

Lines changed: 25 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,18 @@
44

55
<img align="left" src="Images/ReadMe/header6.png">
66

7+
This Add-In allows the user to ping a list of servers and creates a file for [Microsoft Remote Desktop Manager](https://www.microsoft.com/en-au/download/details.aspx?id=44989) from an Excel table. This is used for quickly determining which servers are offline in a list. :new: I'm currently working on the C# version.
8+
9+
<!--[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/AnthonyDuguid/1.00)-->
710
[![Join the chat at https://gitter.im/ServerActions/Lobby](https://badges.gitter.im/ServerActions/Lobby.svg)](https://gitter.im/ServerActions/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
811
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © Anthony Duguid")
9-
[![Latest Release](https://img.shields.io/github/release/Office-projects/Server-Help.svg?label=latest%20release)](https://github.com/Office-projects/Server-Help/releases)
10-
[![Github commits (since latest release)](https://img.shields.io/github/commits-since/Office-projects/Server-Help/latest.svg)](https://github.com/Office-projects/Server-Help)
11-
12-
<!---
13-
[![download VBA](https://img.shields.io/badge/download-VBA-brightgreen.svg)](https://github.com/Office-projects/Server-Help/raw/master/VBA/ServerHelp.xlsm?raw=true "Download the VBA Add-In")
14-
--->
15-
16-
:new: I'm currently working on the C# version.
17-
<a href="https://github.com/Office-projects/Server-Help/issues" target="_blank">
18-
<img alt="Issues" src="https://img.shields.io/github/issues/Office-projects/Server-Help.svg" />
19-
</a>
20-
21-
This Add-In allows the user to ping a list of servers and creates a file for Microsoft Remote Desktop Manager from an Excel table. This is used for quickly determining which servers are offline in a list.
22-
23-
<!---
24-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © 2017 Anthony Duguid")
25-
[![star this repo](http://githubbadges.com/star.svg?user=Office-projects&repo=ServerActions&style=flat&color=fff&background=007ec6)](http://github.com/Office-projects/Server-Help)
26-
[![fork this repo](http://githubbadges.com/fork.svg?user=Office-projects&repo=ServerActions&style=flat&color=fff&background=007ec6)](http://github.com/Office-projects/Server-Help/fork)
27-
28-
<br>
12+
[![Latest Release](https://img.shields.io/github/release/Excel-projects/Server-Help.svg?label=latest%20release)](https://github.com/Excel-projects/Server-Help/releases)
13+
[![Github commits (since latest release)](https://img.shields.io/github/commits-since/Excel-projects/Server-Help/latest.svg)](https://github.com/Excel-projects/Server-Help/commits/master)
14+
[![GitHub issues](https://img.shields.io/github/issues/Excel-projects/Server-Help.svg)](https://github.com/Excel-projects/Server-Help/issues)
15+
<!--[![Github All Releases](https://img.shields.io/github/downloads/Excel-projects/Server-Help/total.svg)](https://github.com/Excel-projects/Server-Help/releases)-->
2916

30-
--->
3117
<h1 align="center">
32-
<img src="https://raw.githubusercontent.com/Office-projects/Server-Help/master/Images/ReadMe/ribbon.example.gif?" alt="vbaping" />
18+
<img src="https://raw.githubusercontent.com/Excel-projects/Server-Help/master/Images/ReadMe/ribbon.example.gif?" alt="vbaping" />
3319
</h1>
3420

3521
## Table of Contents
@@ -76,15 +62,15 @@ Instructions for installation of VBA and VSTO versions.
7662

7763
### VBA
7864
How to install the VBA version
79-
1. Download the VBA Add-In file [![download VBA](https://img.shields.io/badge/download-VBA-brightgreen.svg)](https://github.com/Office-projects/Server-Help/raw/master/VBA/ServerHelp.xlam?raw=true "Download the VBA Add-In").
65+
1. Download the VBA Add-In file [![download VBA](https://img.shields.io/badge/download-VBA-brightgreen.svg)](https://github.com/Excel-projects/Server-Help/raw/master/VBA/ServerHelp.xlam?raw=true "Download the VBA Add-In").
8066
2. Copy the file to the XLSTART folder on your computer. ```%AppData%\Microsoft\Excel\XLSTART\```
8167
3. Close all open instances of Excel and then launch Excel. The new ribbon should appear.
8268

8369
### VSTO
8470
How to install the VSTO version
85-
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/Server-Help/blob/master/VB/AnthonyDuguid.pfx?raw=true "Download AnthonyDuguid.pfx And Install At Root Level For VSTO")
71+
1. Download AnthonyDuguid.pfx And Install At Root Level [![download Key](https://img.shields.io/badge/download-Key-brightgreen.svg)](https://github.com/Excel-projects/Server-Help/blob/master/VB/AnthonyDuguid.pfx?raw=true "Download AnthonyDuguid.pfx And Install At Root Level For VSTO")
8672
2. Download and run the setup.exe file.
87-
[![download VSTO](https://img.shields.io/badge/download-VSTO-brightgreen.svg)](https://github.com/Office-projects/Server-Help/blob/master/VB/publish/setup.exe?raw=true "Download Setup.exe Install File")
73+
[![download VSTO](https://img.shields.io/badge/download-VSTO-brightgreen.svg)](https://github.com/Excel-projects/Server-Help/blob/master/VB/publish/setup.exe?raw=true "Download Setup.exe Install File")
8874

8975
<br>
9076

@@ -93,7 +79,7 @@ How to install the VSTO version
9379
|Software |Dependency |Project |
9480
|:-------------------------------|:--------------------------|:--------------------------|
9581
|[Microsoft Visual Studio Community 2017](https://www.visualstudio.com/vs/whatsnew/)|Solution|VSTO|
96-
|[Microsoft Office Developer Tools](https://blogs.msdn.microsoft.com/visualstudio/2015/11/23/latest-microsoft-office-developer-tools-for-visual-studio-2015/)|Solution|VSTO|
82+
|[Microsoft Office Developer Tools](https://visualstudio.microsoft.com/vs/features/office-tools/)|Solution|VSTO|
9783
|[Microsoft Excel 2010 (or later)](https://www.microsoft.com/en-au/software-download/office)|Project|VBA, VSTO|
9884
|[Visual Basic for Applications](https://msdn.microsoft.com/en-us/vba/vba-language-reference)|Code|VBA|
9985
|[Extensible Markup Language (XML)](https://www.rondebruin.nl/win/s2/win001.htm)|Ribbon|VBA, VSTO|
@@ -185,6 +171,18 @@ This Excel ribbon is inserted after the "Home" tab when Excel opens. Listed
185171
#### Refresh Dropdowns (Button)
186172
* Refreshes all the dropdown values from the active table column names.
187173

174+
<a id="user-content-help" class="anchor" href="#help" aria-hidden="true"> </a>
175+
### Help (Group)
176+
177+
178+
<a id="user-content-how-to" class="anchor" href="#how-to" aria-hidden="true"> </a>
179+
#### How To... (Button)
180+
* Opens the how to guide in a browser
181+
182+
<a id="user-content-report-issue" class="anchor" href="#report-issue" aria-hidden="true"> </a>
183+
#### Report Issue (Button)
184+
* Opens the new issue page in a browser
185+
188186
<a id="user-content-settings" class="anchor" href="#settings" aria-hidden="true"> </a>
189187
#### Add-In Settings (Button)
190188
* Opens the settings form/taskpane
@@ -226,24 +224,7 @@ VBA
226224
```vbnet
227225
ThisWorkbook.CustomDocumentProperties.Item("App_ReleaseDate").Delete
228226
```
229-
230-
<a id="user-content-help" class="anchor" href="#help" aria-hidden="true"> </a>
231-
### Help (Group)
232-
<h1 align="left">
233-
<img src="Images/ReadMe/ribbon.group.help.png" alt="help" />
234-
</h1>
235-
236-
<a id="user-content-how-to" class="anchor" href="#how-to" aria-hidden="true"> </a>
237-
#### How To... (Button)
238-
* Opens the how to guide in a browser
239-
240-
<a id="user-content-report-issue" class="anchor" href="#report-issue" aria-hidden="true"> </a>
241-
#### Report Issue (Button)
242-
* Opens the new issue page in a browser
243-
244-
<a id="user-content-new-version" class="anchor" href="#new-version" aria-hidden="true"> </a>
245-
#### New Version Is Available (Button)
246-
* This button is visible if the version of the Add-In is different from the one in the Read Me page. It will download a new version from the site when pressed.
227+
247228

248229
<a id="user-content-about" class="anchor" href="#about" aria-hidden="true"> </a>
249230
### About (Group)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /