Hi, As per our requirement we need to press Right Alt key while script is running. We are using code as below. Set objshell = CreateObject("WScript.Shell") objshell.sendkeys "RALT" ...
for selecting "Right Alt" we used code as - Sys.Desktop.KeyDown(21). Similary provide us the code for selecting the combination of Right Alt and Right Shift and Shift + Space