Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to dim, set NameSpace object in VBA

Status
Not open for further replies.

batteam

Programmer
Sep 12, 2003
374
US
The web is full of examples on how to dim, declare and use the NameSpace object in VB when parsing a XML file. However, I need to dim and use NameSpace and and MakeTable property/method in VBA - behind a MSAccess 2007 Project Form in order to parse a rather large XML file with a namespace, and examples of those are few and far between. The first line of my XML file - with namespace - is: <TXLife Version="2.20.01" xmlns=" xmlns:xsi="
"<TXLife" is the root element.

Any assistance you could provide is appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top