I Have similar problem. It is about namespaces....
XMLDoc.SetProperty "SelectionNamespaces", "xmlns:dummy=""http://www.w3.org/2005/Atom""" Set Entries = XMLDoc.DocumentElement.SelectNodes(".//dummy:entry") 'Set Entries = XMLDoc.DocumentElement.SelectNodes(".//entry") 'DOES NOT WORK
From here: https://vbaplanet.com/xml.php