I have the following code in an html web page, and I am trying to use the html object library via vba engine to pull the value from within this tag:
I figure I have to use .getelementsbytagname or .getelementsbyname, but I am not sure how to grab the value. Does anyone have any ideas?![]()
<input name="txtAdd_Line1" disabled="disabled" size="30" maxLength="50" value="123 N 1ST ST"/>
Bookmarks