How To Get Html Element With Vba In Excel? February 03, 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 postsReplace Html Tag() With Alt+enter In ExcelSelect, Copy From Ie And Paste To ExcelExcel-vba: Buttons And Drop-down Lists Before Scraping Data On .aspx Web PagesHow To Store Form Output In A Database, Using Php? Post a Comment for "How To Get Html Element With Vba In Excel?"