Hi All,
I have a text file from which I want to extract data which is under <Placemark> <name> node. For Example,
<Placemark> <name>abc</name></Placemark>
There are multiple <Placemark> <name> nodes, so I want the macro to search for all and extract every element under that node into excel sheet under column name "name".
Elements under <name> node is a combination of alphabets, special characters & numbers and the length of element varies.
It would be very kind if someone gives a try to write a macro for this.
Thanks in Advance!!
Anmola
I have a text file from which I want to extract data which is under <Placemark> <name> node. For Example,
<Placemark> <name>abc</name></Placemark>
There are multiple <Placemark> <name> nodes, so I want the macro to search for all and extract every element under that node into excel sheet under column name "name".
Elements under <name> node is a combination of alphabets, special characters & numbers and the length of element varies.
It would be very kind if someone gives a try to write a macro for this.
Thanks in Advance!!
Anmola