Hi jockster
The simplest thing to do is set a Reference in your project to a version of
the Microsoft XML document object library. If you open an XML file using
that, all the nodes are nicely mapped into objects and collections, so you
don't have to parse the XML file yourself.
The following link gives you a tutorial on using the Microsoft XML library
http://www.w3schools.com/xml/xml_parser.asp

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
> Hi All
>
[quoted text clipped - 12 lines]
>
> Thanks for any help given, Simon