Hi there,
I am working on a web automation for my personal work, wherein
1. VBA picks up the web links from the excel A2 cell
2. Open in a IE browser, and fill the values as in Excel cells
3. Click on Submit (Till here everything works fine)
4. New web page opens
Now here in the next web page which opens I am not able to use the elements to fill it with the Text in the excel
Below is the web code for better understanding
---------
<code>
<fieldset>
<legend>Form Question</legend>
<div class="text_question" id="question_7127236_response">
<input name="question_7127236" class="text" type="text" value="">
</div>
</fieldset>
</code>
----------
Kindly help here as the VBA codes are not working on the next page here, and find the id="question_127000_response", so to enter the Text from excel.
(I think a new IE.DOCUMENT need to be redefined ...... etc)
I am learning by referring to other codes and trying to get all the things together for a result.
I am working on a web automation for my personal work, wherein
1. VBA picks up the web links from the excel A2 cell
2. Open in a IE browser, and fill the values as in Excel cells
3. Click on Submit (Till here everything works fine)
4. New web page opens
Now here in the next web page which opens I am not able to use the elements to fill it with the Text in the excel
Below is the web code for better understanding
---------
<code>
<fieldset>
<legend>Form Question</legend>
<div class="text_question" id="question_7127236_response">
<input name="question_7127236" class="text" type="text" value="">
</div>
</fieldset>
</code>
----------
Kindly help here as the VBA codes are not working on the next page here, and find the id="question_127000_response", so to enter the Text from excel.
(I think a new IE.DOCUMENT need to be redefined ...... etc)
I am learning by referring to other codes and trying to get all the things together for a result.
Last edited: