I want to take the screenshot of an application and paste it in MSWord but the command {PRTSC} is not working. Can anybody help me out please. Here is the script which i have written.
Dim StrInputKey
Set WshShell=CreateObject("WScript.Shell")
SystemUtil.Run "www.google.co.in"
WshShell.SendKeys "{PRTSC}"
SystemUtil.Run "winword"
WshShell.SendKeys "^v"