Parse XML from VBA not working
问题 I am trying to parse xml file using excel vba. This is how my xml file looks like: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <Environment> <Variable> <Name></Name> <Caption>T1</Caption> <Type>TEXT</Type> <Value>V1</Value> <Description></Description> </Variable> <Variable> <Name></Name> <Caption>T2</Caption> <Type>TEXT</Type> <Value>V2</Value> <Description></Description> </Variable> <Variable> <Name></Name> <Caption>T3</Caption> <Type>TEXT</Type> <Value>V3</Value> <Description><