Can someone please help me in fixing the issue that I am getting while passing –
(not a hyphen) through SendKeys
in VBScript. Below is the code that I am trying:
Set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys"(%chr(0150))"
0150 is the ASCII value for –
.