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.
|