Hi,
Replace the line
with
and replace the line
with
Replace the line
Code:
Set nodes = xmlDoc.SelectNodes Datatable.Value ("XML_Node")with
Code:
Set nodes = xmlDoc.SelectNodes( Datatable.Value ("XML_Node",Global))and replace the line
Code:
Id = nodes(i).NodeValuewith
Code:
Id = nodes(i).Text

