Skip to content

Commit 446fafb

Browse files
tduguidtduguid
authored andcommitted
2 parents b0bde42 + a8ed315 commit 446fafb

File tree

10 files changed

+14
-12
lines changed

10 files changed

+14
-12
lines changed

Images/ReadMe/header.pptx

907 KB
Binary file not shown.

Images/ReadMe/header5.png

772 KB
Loading

Images/ReadMe/header6.png

770 KB
Loading

Images/ReadMe/ribbon.example.gif

28.2 KB
Loading

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,34 @@
22
<head>
33
</head>
44

5-
<img align="left" src="Images/ReadMe/App.png" width="64px" >
6-
7-
# Server Actions
5+
<img align="left" src="Images/ReadMe/header6.png">
86

97
[![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)
108
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © Anthony Duguid")
11-
[![release](http://github-release-version.herokuapp.com/github/Office-projects/ServerActions/release.svg?style=flat)](https://github.com/Office-projects/ServerActions/releases/latest)
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)
1211

1312
<!---
14-
[![download VBA](https://img.shields.io/badge/download-VBA-brightgreen.svg)](https://github.com/Office-projects/ServerActions/raw/master/VBA/ServerActions.xlsm?raw=true "Download the VBA Add-In")
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")
1514
--->
1615

1716
: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>
1820

1921
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.
2022

2123
<!---
2224
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE "MIT License Copyright © 2017 Anthony Duguid")
23-
[![star this repo](http://githubbadges.com/star.svg?user=Office-projects&repo=ServerActions&style=flat&color=fff&background=007ec6)](http://github.com/Office-projects/ServerActions)
24-
[![fork this repo](http://githubbadges.com/fork.svg?user=Office-projects&repo=ServerActions&style=flat&color=fff&background=007ec6)](http://github.com/Office-projects/ServerActions/fork)
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)
2527
2628
<br>
2729
2830
--->
2931
<h1 align="center">
30-
<img src="Images/ReadMe/ribbon.example.gif" alt="vbaping" />
32+
<img src="https://raw.githubusercontent.com/Office-projects/Server-Help/master/Images/ReadMe/ribbon.example.gif?" alt="vbaping" />
3133
</h1>
3234

3335
## Table of Contents
@@ -74,15 +76,15 @@ Instructions for installation of VBA and VSTO versions.
7476

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

8183
### VSTO
8284
How to install the VSTO version
83-
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/ServerActions/blob/master/VB/AnthonyDuguid.pfx?raw=true "Download AnthonyDuguid.pfx And Install At Root Level For VSTO")
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")
8486
2. Download and run the setup.exe file.
85-
[![download VSTO](https://img.shields.io/badge/download-VSTO-brightgreen.svg)](https://github.com/Office-projects/ServerActions/blob/master/VB/publish/setup.exe?raw=true "Download Setup.exe Install 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")
8688

8789
<br>
8890

VBA/Install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ REM /Y = Suppresses prompting to confirm you want to overwrite an existing de
2020
REM
2121

2222
REM Copy the install directory and sub-directories
23-
XCOPY ".\ServerActions.xlam" "%AppData%\Microsoft\AddIns\ServerActions.xlam" /E /K /Q /R /Y /D
23+
XCOPY ".\ServerHelp.xlam" "%AppData%\Microsoft\AddIns\ServerHelp.xlam" /E /K /Q /R /Y /D

VBA/ServerActions.xlam

-125 KB
Binary file not shown.

VBA/ServerActions.xlsm

-125 KB
Binary file not shown.

VBA/ServerHelp.xlam

124 KB
Binary file not shown.

VBA/ServerHelp.xlsm

124 KB
Binary file not shown.

0 commit comments

Comments
 (0)