|
-
Jun 11th, 2019, 08:10 AM
#10
Thread Starter
Addicted Member
Re: Extracting data from XML
 Originally Posted by wqweto
This selectNodes like this
thinBasic Code:
' replace `Else` part w/ this Dim oNode As IXMLDOMNode For Each oNode In doc.selectNodes("//Column[Name='Str_Production_Line']/Value") MsgBox "Str_Production_Line = " & oNode.nodeTypedValue Next
cheers,
</wqw>
Now I'm curious to know if I can go through each row, loop through the name/value pairs in the row and examine each one individually?
Last edited by dlscott56; Jun 11th, 2019 at 08:23 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|