jiki
04-16-2015, 08:54 PM
Good Day!
I've been trying to extract a Treeview data (5120-24963 in particular) from web with part of its HTML source below using excel VBA. I tried using "getElementsByTagName()" method to no avail. I tried every tags acronym, td, tr, etc., in fact I tried all the tags with the same result.
<td valign="middle">
<a href="javascript:__doPostBack('oTree','oncollapse,0')">
<img class="icon" border="0" align="top" src="/webctrl_client/1_0/treeimages/Rminus.gif"></img>
</a>
<img class="icon" border="0" align="top" src="images/item.gif"></img>
<font size="5" color="#00FFFF" style="display:inline;font-face:Times;text-decoration:none;cursor:h…:hidden;font-size:16;color:#00FFFF;background-color:#08246B;">
<acronym title="LATERAL ACOUSTIC BIRD">
5120 - 24963
</acronym>
</font>
</td>
Please help me for the workaround on this. Thanks
I've been trying to extract a Treeview data (5120-24963 in particular) from web with part of its HTML source below using excel VBA. I tried using "getElementsByTagName()" method to no avail. I tried every tags acronym, td, tr, etc., in fact I tried all the tags with the same result.
<td valign="middle">
<a href="javascript:__doPostBack('oTree','oncollapse,0')">
<img class="icon" border="0" align="top" src="/webctrl_client/1_0/treeimages/Rminus.gif"></img>
</a>
<img class="icon" border="0" align="top" src="images/item.gif"></img>
<font size="5" color="#00FFFF" style="display:inline;font-face:Times;text-decoration:none;cursor:h…:hidden;font-size:16;color:#00FFFF;background-color:#08246B;">
<acronym title="LATERAL ACOUSTIC BIRD">
5120 - 24963
</acronym>
</font>
</td>
Please help me for the workaround on this. Thanks