Hi swetha,
It looks a bit strange to me !!
I am using 9.5 V , Its working fine for me without "CSTR".
Hope you have added Calculator appl. Objects in Obj. Repo.
It looks a bit strange to me !!
I am using 9.5 V , Its working fine for me without "CSTR".
Hope you have added Calculator appl. Objects in Obj. Repo.
Code:
Option Explicit
SystemUtil.Run "calc.exe"
Dim click1,click2, click3, click4,result
click1= inputbox("Enter 1st number")
click2= inputbox("Enter 2nd number")
click3= inputbox("Enter 3rd number")
click4= inputbox("Enter 4 th number")
Window("Calculator").WinButton(click1).Click