You can perform the left click operation means clicking on the enter button.
So, try below:
^ is for Ctrl
~ is for Enter.
I hope it helps.
Regards,
Uday
So, try below:
Code:
Set o_WScript=createobject("WScript.Shell")
o_WScript.SendKeys "^+~"^ is for Ctrl
~ is for Enter.
I hope it helps.
Regards,
Uday

