dhtguru
Technical User
- Jan 7, 2007
- 9
I need to be able to copy highlighted text into the clipboard without using the above. I couldn't find anything in the forums that exactly matched what I needed.
THanks
THanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
wscript.sleep 200 '200 ms
objShell.SendKeys "^c"
objShell.SendKeys "^(c)"