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 c73b29a commit 9d02003Copy full SHA for 9d02003
scripts/Build-VBA.ps1
@@ -334,6 +334,15 @@ try {
334
Write-Host "🟡 Warning: Could not execute macro ${macroName}: $($_.Exception.Message)"
335
}
336
337
+
338
+# Display the VBE to activate the Rubberduck COM add-in
339
+$officeApp.CommandBars.ExecuteMso("VisualBasic")
340
341
+# Wait for a moment to ensure the VBE is fully loaded
342
+Start-Sleep -Seconds 2
343
+Take-Screenshot -OutputPath "${screenshotDir}Screenshot_VBE_${officeAppName}_{{timestamp}}.png"
344
+Start-Sleep -Seconds 3
345
346
. "$scriptPath/Tests-Rubberduck-VBA.ps1"
347
348
# Now perform all tests using Rubberduck
0 commit comments