I have URL that has an available list of exchange rates and I want to add a parameter that takes a date format from Cell("A1") and places it in the URL.
I've tried setting it up as the following Address = http://www.bank.lv/vk/ecb.xml?date=["date"],
however, I keep getting an error when importing
How can I fix this issue, so that I can add the parameter from a cell value?