arnelgp
..forever waiting... waiting for jellybean!
- Local time
- Today, 12:27
- Joined
- May 7, 2009
- Messages
- 19,797
this is a simple program that will convert 1 US dollar to any currency.
it gets the data from http://www.floatrates.com/daily/usd.xml.
the old method (Internet Explorer application) will not work on Win 10/11.
therefore this db is modified to use XMLDocument to get the data.
there are two subs (GetRates and GetNewRates), that does exactly the
same thing.
the only difference is that GetNewRates uses XML parsing rather than
manual scraping (GetRates).
modify to suit your need for other Base currency of your choice.
it gets the data from http://www.floatrates.com/daily/usd.xml.
the old method (Internet Explorer application) will not work on Win 10/11.
therefore this db is modified to use XMLDocument to get the data.
there are two subs (GetRates and GetNewRates), that does exactly the
same thing.
the only difference is that GetNewRates uses XML parsing rather than
manual scraping (GetRates).
modify to suit your need for other Base currency of your choice.