How To Get Html Element With Vba In Excel? January 05, 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 postsDriving A Website Using Vba And SeleniumVba Excel For Each Row In Table Match Cell In Spreadsheet With Cell In Webpage TableRetrieving Specific Data From Website Through ExcelLoop Through Td Element In Html Document From Inside Frame Vba Excel Ie8 Automation Post a Comment for "How To Get Html Element With Vba In Excel?"