How To Get Html Element With Vba In Excel? June 22, 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 postsGetting Data From Html Source In Vba (excel)Import Data In Excel From A Table Created By A Script In A WebpageHow To Access Innertext Of Html Tag Inside A TagPaste A Html Table Into Excel, How To Keep The Line Break In Cell Post a Comment for "How To Get Html Element With Vba In Excel?"