You can set up a toolbar shortcut to access an Exchange Rate website.
Dim Shell as Object
Shell = CreateObject("Shell.Application")
URL = "Add your URL Here"
Shell.ShellExecute(URL)
"Add your URL Here" to the URL for your exchange rate website, still enclosed in double quotations. For example, you may want to access the Foreign Exchange Rates website for your bank.Ctrl+S). Save the script as ExchangeRates.Pfs.Alt+D).F9).