hi i have been struggling with get node names extracted from an xml file
i want the vba code below to return all nodes as following
e.g
ParentNodeName/ChildNodeName
ParentNodeName
ParentNodeName
ParentNodeName/ChildNodeName/ChildNodeName
the xml has tuples and there are tuples within tuples. I just need the code to return all elements with parentnode name in front of it.
Tried playing around with the following code but with no luck. Can someone please advise?
![]()
Please Login or Register to view this content.
Bookmarks