10-15-2012, 11:48 PM
Hi,
You can use the combination of the sendkey to click on that button
eg:
Thanks
ANurag
You can use the combination of the sendkey to click on that button
eg:
Code:
Set key=createobject("WScript.Shell")
key.Sendkeys "{ENTER}"..
Thanks
ANurag