good evening to all
is it possible to automate the import and update of a xml file in an excel file via vba?
for example : https://www.vertex42.com/sitemaps/pages.xml
when opening the excel file the vba macro check if the collection of the xml file took place within 12 hours for example.
if yes do nothing (say ready)
otherwise the update of the xml is launch in the excel. (with an update message when it is finished)
after I'll make a pivot from data in an other sheet
I would like to export to .txt file range B1:B max of lines
Can someone help?
file name is yyyymmdd.txt
Thanks you in advance
is it possible to automate the import and update of a xml file in an excel file via vba?
for example : https://www.vertex42.com/sitemaps/pages.xml
when opening the excel file the vba macro check if the collection of the xml file took place within 12 hours for example.
if yes do nothing (say ready)
otherwise the update of the xml is launch in the excel. (with an update message when it is finished)
after I'll make a pivot from data in an other sheet
I would like to export to .txt file range B1:B max of lines
Can someone help?
file name is yyyymmdd.txt
Thanks you in advance