Hello all,
I am trying to perform a SendKey function that will paste the contents of my clipboard into a cmd window.
I know for sure that the following keystrokes will accomplish this:
Hold ALT then click SPACE
Then "e"
Then "p"
The problem is I cannot figure out how to translate this combination of ALT and SPACE into a usable SendKey, and it's driving me nuts.
The character string of:
successfully executes a spacebar stroke, but I cannot figure out how to combine it with ALT.![]()
Please Login or Register to view this content.
I know that ALT is represented by "%"
I have tried:
But I get a Compile error: Invalid character![]()
Please Login or Register to view this content.
I also tried:
But I get a Expected:end of statement error![]()
Please Login or Register to view this content.
Any help would be appreciated!!
Thanks
Bookmarks