View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AA2e72E AA2e72E is offline
external usenet poster
 
Posts: 400
Default Excel 2003 - SOAP

Is there a way to <easily update a worksheet with a SOAP result? [... I am
looking for something like CopyFromRecordSet with ADO Recordset objects...]

The result I have returns a variable number of rows. Each row has several
named items, e.g.

res(0).Name
res(0).DOB

etc.

Thanks.