10-01-2011, 02:54 AM
Hi,
This is my code,
I am getting can not find object error...,
I described my code like this...
but I am not sure how to give the "i "value,because everytime it will change according to the Excel sheet value.[I want to have the control of WebCheckbox selection ,It will be differ iteration to iteration.....
4 ,2...anything]
Any help?
Thank you,
Uma
This is my code,
Code:
Browser("name:=xyz","creationtime:=0").Page("name:=hhhh","title:=quattro").WebCheckBox("name:=963$7","html tag:=INPUT","html id:=963_7","value:=on").Set DataTable("AdditionalListingInfo","ListingAgentInfo")
I described my code like this...
Code:
Browser("name:=xyz","creationtime:=0").Page("name:=hhhh","title:=quattro").WebCheckBox("name:=963$7","html tag:=INPUT","html id:=963_7","value:=on","index:="&i).Set DataTable("AdditionalListingInfo","ListingAgentInfo")
but I am not sure how to give the "i "value,because everytime it will change according to the Excel sheet value.[I want to have the control of WebCheckbox selection ,It will be differ iteration to iteration.....
4 ,2...anything]
Any help?
Thank you,
Uma