How To Get Html Element With Vba In Excel? November 20, 2023 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 postsDisplay Dropdown List Items In Next ColumnSame Number Of Fluid Tiles In A Row, No Matter The Screen Width - Css/jquery?Php Method To Hide Link Until User Logged InDetermining Html5 Database Memory Usage Post a Comment for "How To Get Html Element With Vba In Excel?"