Hello,

How can I run a hotkey ALT+S with objShell?
I know it is
Code:
objShell.SendKeys "%"
and
Code:
objShell.SendKeys "S"
but what is the combination?