How To Get HTML Element With VBA In Excel? February 07, 2023 Post a Comment I have an HTML in my Excel: Copy2) Now you can use:Dim row As Object Set row = Doc.getElementsByTagName("row_1"); Copy3) Now you can retrieve get your values like this:row.getElementsByTagName("td")(1).getElementsByTagsName("font")(1).innerText Copy Share You may like these postsJavascript Selecting Image To An Img TagHow To Send Html Mail In Android3 Columns Grid (top To Bottom) Using Grid CssGoogle Web Designer Dynamically Adjust Opacity In Source Code Post a Comment for "How To Get HTML Element With VBA In Excel?"