We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037e1d0 commit f9c4b44Copy full SHA for f9c4b44
build/install.vbs
@@ -178,6 +178,11 @@ Function InstallModules
178
179
If Err.Number = 0 Then
180
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
186
InstallModules = True
187
End If
188
End Function
0 commit comments