
Announcements
Is there a way to press Alt -key in VBScript when using Run VBScript? In VBScript syntax that would be %. So if I want to press Alt + F4 it would be:
I actually figured it out. Adding another % solves it.
Like so: SendKeys "%%{F4}"
Found the solution here:
https://powerusers.microsoft.com/t5/General-Power-Automate/Syntax-error-VBScript-from-SAP/m-p/1255444