With source URL of http://server/exchange/userid/contacts the following works great: set myXML = oXMLHTTP.ResponseXML.documentElement.selectNodes ("a:response") for each node in myXML page.innerhtml = page.innerhtml & node.selectNodes("a:propstat/a:prop/a:displayname")(0).Text & "<br>" next But when I try to do a selectnodes for the content-classes:person fields such as "a:propstat/a:prop/d:fileas" I get an Error in Page Object Required" 'node.selectnodes (..)(..)'