Previous Topic

Next Topic

FX Tutorial: Toolbar Shortcut for Exchange Rates Website

You can set up a toolbar shortcut to access an Exchange Rate website.

  1. Go to Accredo > Script > Script Editor.
  2. Enter or copy and paste the following code:

    Dim Shell as Object
    Shell = CreateObject("Shell.Application")
    URL = "Add your URL Here"
    Shell.ShellExecute(URL)

  3. Change the "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.
  4. Click Save... (Ctrl+S). Save the script as ExchangeRates.Pfs.
  5. Click Add ScriptAddShortcut Add Shortcut (Alt+D).
  6. Click the Glyph button and choose a glyph.
  7. Select Available on Toolbar. Enter t Button Hint such as Today's Exchange Rate.
  8. Click Save (F9).
  9. You can now click the button added to the Accredo toolbar to quickly access current exchange rates.

See Also

FX Tutorial: Setup Foreign Currency

Book Contents

Book Index