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 cfd0523 commit 2351512Copy full SHA for 2351512
src/LO Basic/VBAExpressionsLib/TestRunner.xba
@@ -29,6 +29,7 @@ Private Function GetResult(expression As String _
29
End Function
30
31
Sub RunAllTests
32
+ GlobalScope.BasicLibraries.loadLibrary("VBAExpressionsLib")
33
GlobalScope.BasicLibraries.loadLibrary("ScriptForge")
34
createscriptservice("Exception")
35
SF_Exception.consoleClear()
0 commit comments