Team,
I am trying to run a keyboard command of "Shift+Space", however no matter the combination of parenthesis, quotations, brackets or braces, I am not able to get this specific key combination.
What is the solution to this seemingly simple problem?
My latest attempt: Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "+(" ")"
I am trying to run a keyboard command of "Shift+Space", however no matter the combination of parenthesis, quotations, brackets or braces, I am not able to get this specific key combination.
What is the solution to this seemingly simple problem?
My latest attempt: Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "+(" ")"