M
MikeZz
I have a workbook with a table of currency exchange rates shown below.
How can I write a function or macro that can extract the latest or average
exchange rate from the internet and place it in the cells that have "val"?
I think the term I've heard of is "Scraping" but that aspect of vba is new
to me.
I was thinking the easiest way would be to create a string and send it to
Google Search because if I put "Convert 1 USD to EUR" in the search bar, it
gives the me exchange rate.
Currency EUR USD JPY Baht
EUR 1.00 USD
USD val 1.00 JPY
JPY val val 1.00 Baht
Baht val val val 1.00
Thanks! MikeZz
How can I write a function or macro that can extract the latest or average
exchange rate from the internet and place it in the cells that have "val"?
I think the term I've heard of is "Scraping" but that aspect of vba is new
to me.
I was thinking the easiest way would be to create a string and send it to
Google Search because if I put "Convert 1 USD to EUR" in the search bar, it
gives the me exchange rate.
Currency EUR USD JPY Baht
EUR 1.00 USD
USD val 1.00 JPY
JPY val val 1.00 Baht
Baht val val val 1.00
Thanks! MikeZz