Skip to content

Commit f9c4b44

Browse files
committed
Add note about references to install script
1 parent 037e1d0 commit f9c4b44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/install.vbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ Function InstallModules
178178

179179
If Err.Number = 0 Then
180180
WScript.StdOut.Write "Done!" & vbNewLine
181+
182+
Print "To complete installation of Excel-REST," & vbNewLine & _
183+
"a reference to Microsoft Scripting Runtime needs to added:" & vbNewLine & vbNewLine & _
184+
"From VBA, Tools > References > Select 'Microsoft Scripting Runtime'"
185+
181186
InstallModules = True
182187
End If
183188
End Function

0 commit comments

Comments
 (0)