How To Get Html Element With Vba In Excel? April 21, 2024 Post a Comment I have an HTML in my Excel: Copy2) Now you can use:Dim row AsObjectSet row = Doc.getElementsByTagName("row_1"); Copy3) Now you can retrieve get your values like this:row.getElementsByTagName("td")(1).getElementsByTagsName("font")(1).innerTextCopy Share You may like these postsEvenly Split Items As Screen ShrinksHow To Update Multiple Bundled Js Files Using Webpack?Is The Document In Chrome The Same As The Interface Document In The Whatwg Specification?How To Align Left Html_document Rendered By Rmarkdown? Post a Comment for "How To Get Html Element With Vba In Excel?"