(Admin: Kindly delete my previous post if any on this question if you find any)
I am working on some web auto fill using excel data, and I am able to fill the first page correctly as required but the issue comes when it click on Submit button.
Here submit loads another page wherein I need to fill some more data. The problem is that I am not able locate the elements through the code to fill the data in it, or somehow my code dont work on the "New Internet Explorer page".
I have the HTML code as mentioned below for your reference { <> is replaced by ()}
('div title="002723" class="question" id="question_002723_div)
I would like to consider the element by id such as to fill the text from excel
doc.getElementById("question_002723_div").Value = ThisWorkbook.Sheets("Data").Range("A2").Value
Kindly suggest if possible. (May be I am able to explain myself clearly here)
I am working on some web auto fill using excel data, and I am able to fill the first page correctly as required but the issue comes when it click on Submit button.
Here submit loads another page wherein I need to fill some more data. The problem is that I am not able locate the elements through the code to fill the data in it, or somehow my code dont work on the "New Internet Explorer page".
I have the HTML code as mentioned below for your reference { <> is replaced by ()}
('div title="002723" class="question" id="question_002723_div)
I would like to consider the element by id such as to fill the text from excel
doc.getElementById("question_002723_div").Value = ThisWorkbook.Sheets("Data").Range("A2").Value
Kindly suggest if possible. (May be I am able to explain myself clearly here)