Thread: XML Data
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve Westwood[_2_] Steve Westwood[_2_] is offline
external usenet poster
 
Posts: 3
Default XML Data

I am a new user of VBS. I have a web site that when given the
(http://10.1.1.50/CGI/webXML.exe?name=Steve)
URL, with arguments, returns, XML formatted data. I would like to pull that
data into some sort of record set that I can walk through. I need to do
this dynamically. What object should I use?


Thank you,



Steve