12-28-2010, 08:48 PM
Hi all.......I am facing one problem.This is my script.
Now I want to store the result in excel sheet.please anyone help me...
Code:
a=window("Flight Reservation").WinButton
("Insert Order").CheckProperty("enabled",false,1000)
If a=true then
window("Flight Reservation").WinEdit("Name:").Set "Ragini"
b=window("Flight Reservation").WinButton
("Insert Order").CheckProperty("enabled",true,1000)
msgbox "disable"
msgbox "enable"
End If
Now I want to store the result in excel sheet.please anyone help me...