VBA doesn't read XMLHTTP request's response according to its tree structure
问题 I have checked that both browser-generated page and VBA XMLHTTP request's string response have the same tree structure, with a tag being a child of aside . Unfortunately when I want to return bookie name, which is title attribute of a , I get an error accessing 1st child of aside . It comes out that I need to use code assuming that a tag is a sibling of aside to get it working: Required reference: Microsoft HTML Library Sub SendRequest() Dim XMLHTTP As Object: Set XMLHTTP = CreateObject(