I have a list of XML data sources in a CSV file URL.csv
sample extract:
http://www.worldcommunitygrid.org/st...ropzy&xml=true
http://www.worldcommunitygrid.org/st...pzy19&xml=true
http://www.worldcommunitygrid.org/st...erowa&xml=true

I want to automate the creation of XML tables in an output file in such a way that the XML tables follow one after the other. Each individual XML table will be of a similar format but of variable length. Can this be done using a macro and can some one give me some guidance (I have no VBA experience at all)