06-25-2012, 12:31 PM
Can you try the followings..
Regards,
Ankesh
Code:
Browser("").Page("").Webtable("").SelectCell 1,"Cancel Leave" '//replace 1 with the desired cell
Browser("").Page("").Webtable("").ClickCell 1,"Cancel Leave" '//This will click on the image.
Regards,
Ankesh