PDA

View Full Version : VB lilkde datasets in Word VBA?



mattreade
04-11-2011, 02:42 PM
In VB it is possible to create DataSets that made it real easy to create tables that could be saved as XML files. Read XML files, and sort the tables.

In VB (2005) i would add
Imports System.data, Imports System.XML
Then to I could just create a new dataset, a new table within that set and read an xml file right in the new table
dsExisting.ReadXML(datafilepath)


Is there anythink like that in VBA for Office 2010?

Thanks
Matt