09-27-2011, 11:17 PM
Thanks for all of you.
jyothi,You are correct,I had a problem with my excel sheet.
The following code I am using to take the value from Excel sheet,
In Excel sheet ,I changed my values
like this
#0,#1...instead of Single Home,Town Home)
It works fine.If I use "" ,it is putting the same value in the text box ,not taking it from Excel.
Once again thank you.
Uma
jyothi,You are correct,I had a problem with my excel sheet.
The following code I am using to take the value from Excel sheet,
In Excel sheet ,I changed my values
like this
#0,#1...instead of Single Home,Town Home)
Code:
Browser("name:=My Listings","creationtime:=0").Page("title:=My Listings").WebRadioGroup("name:=126","index:=0").Select Class1
It works fine.If I use "" ,it is putting the same value in the text box ,not taking it from Excel.
Once again thank you.
Uma