Importing ADO Persisted XML into Excel 2002

G

gadrin7

Is it possible to take a ADO.Recordset, which is persisted to XML and
import that into Excel 2002 ?


I'm using VB/VBA/VBS.


I can find a range on a worksheet, and export it to MSPersist format
pretty easy, so I assume the reverse can be done ?
If so, does anyone have any sample code ?
 
Top