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

Viewed 28

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 Answers
Related