Hi Guys,
I’m hoping someone can help me with this.
I’m trying to find a xml node,
I can find the node, however, I need to look for the node from what’s entered in a userform textbox.
Here is the code I’m using:
Private sub commandbutton1_click()
Dim xmlObj As Object
Dim singlenode As Object...