Hi Gurus,
Need a bit of help with returning (latitude and longitude) values from an external GML file.
I've been trying to use index & match but can't work it out.
The macro or formula must:
In effect, this is finding the latitude and longitude co-ordinates for value A.
Is it even possible to create one macro to do this process for multiple worksheets in the excel file?
I've uploaded a before and after excel file, as well as a sample .gml file.
Thanks!
TJJ
Need a bit of help with returning (latitude and longitude) values from an external GML file.
I've been trying to use index & match but can't work it out.
The macro or formula must:
Code:
a) look up the value in column A
b) read a .gml file that is located in the same directory as the
excel file.
c) search for this value
(located within the <point:ID> </point:ID> tags)
d) and return the values underneath
(in the <gml:pos> </gml:pos> tags) to the
latitude and longitude columns in the same workbook.
Is it even possible to create one macro to do this process for multiple worksheets in the excel file?
I've uploaded a before and after excel file, as well as a sample .gml file.
Thanks!
TJJ