Mark123456789
New Member
- Joined
- Feb 23, 2013
- Messages
- 14
Hello
I have been fighting with a problem for a while with no success.
I want to update a field on a webpage via excel vba.
I am using IE11.
Below is a picture of the source code of the page in question.
I want to update the Value from 29 to 31 for example.
I have tried getelementsby ID or tagname none of which works.
Can anyone help?
Thank you
<input class="form-control" id="Input_Value" onblur="showUpdateModalCalcTotal(0)" type="text" value="29.00">
<xxxinput class="form-control" id="Input_Value" onblur="showUpdateModalCalcTotal(0)" type="text" value="29.00" xxx="">
input class="form-control" id="Input_Value" onblur="showUpdateModalCalcTotal(0)" type="text" value="29.00"</xxxinput>
I have been fighting with a problem for a while with no success.
I want to update a field on a webpage via excel vba.
I am using IE11.
Below is a picture of the source code of the page in question.
I want to update the Value from 29 to 31 for example.
I have tried getelementsby ID or tagname none of which works.
Can anyone help?
Thank you
<input class="form-control" id="Input_Value" onblur="showUpdateModalCalcTotal(0)" type="text" value="29.00">
<xxxinput class="form-control" id="Input_Value" onblur="showUpdateModalCalcTotal(0)" type="text" value="29.00" xxx="">
input class="form-control" id="Input_Value" onblur="showUpdateModalCalcTotal(0)" type="text" value="29.00"</xxxinput>
Last edited: