Hi
I am writing an excel macro which access a web page that contains a gridview. I am not able to click on any of the objects in the gridview in the web page.
I have tried all the conventional ways using getelementbyId(id).click and getelementsbytagname(tagname).click but have been unsuccessful in clicking the object.
Could anyone help me on this.