How can I send Shift + (Right Control Key) using VBA?

586 views Asked by At

I have a slightly less than usual application that we are writing an automation script against using VBA, and there is a need to send the keystroke +.

Is this possible? We can get the right ctrl key using Chr(1) but have not been successfully to add the shift keystroke to that.

0

There are 0 answers