Skip to content

Commit 2d995fa

Browse files
committed
Update README.md
1 parent cdd4bfb commit 2d995fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ Getting started
77
---------------
88

99
1. In a new or existing workbook, open VBA (Alt+F11) and import all files from the src/ directory into the workbook (`RestClientBase.bas` is optional)
10-
2. In a new module or class, create a new RestClient for the service, create a new RestRequest to request something specific from the service,
10+
2. Add a reference to Microsoft Scripting Runtime: VBA Window > Tools > References > Select Microsoft Scripting Runtime
11+
3. In a new module or class, create a new RestClient for the service, create a new RestRequest to request something specific from the service,
1112
and then use the client to execute the request
1213
(See below for a simple example)
13-
3. That's it! There are many advanced uses for Excel-REST, including asynchronous requests so that Excel isn't locked up, Authenticators for accessing
14+
4. That's it! There are many advanced uses for Excel-REST, including asynchronous requests so that Excel isn't locked up, Authenticators for accessing
1415
services with Basic, OAuth1, and OAuth2 authentication, and detailed requests for complex APIs. Find out more in the [Wiki](https://github.com/timhall/Excel-REST/wiki)
1516

1617
The first step can be tedious, so you may want to use the blank workbook provided with the project.

0 commit comments

Comments
 (0)