+ Reply to Thread
Results 1 to 3 of 3

Exchange rates display

  1. #1
    Registered User
    Join Date
    07-01-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    1

    Exchange rates display

    Dear all,
    I have a certain problem I would like to ask you to help with

    I am asked to develop and document (Using VBA) a subroutine that allows the user to query exchange rates across three
    currencies. I have to prepare a spreadsheet that stores a table of exchange rates across three currencies that the
    user can fill in before the program runs.
    For example to illustrate I will use the following rates :
    1 GBP = 1.12952 EUR 1 EUR = 0.885329 GBP
    1 GBP = 1.64004 USD 1 USD = 0.609740 GBP
    1 USD = 0.688735 EUR 1 EUR = 1.45194 USD
    At run time the user simply states the source and destination currencies and my sub should output
    to the screen the relevant exchange rate picked out from the table.

    I am sure its not a very difficult code to write, but since I am new to VBA i'm finding it difficult to do so.
    your help is much appreciated.

    Thank you dearly,
    Karim

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Exchange rates display

    as you are starting from scratch

    there are some step by step videos on youtube that shows you exactly how to get one down
    just search for "Currency Converter Part 4" on youtube

    the only thing you need to worry about really is where/how your source data will be updated
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Exchange rates display

    hmm re-reading your request

    do you really require vba? what is the intent/expected outcome for using VBA?
    you could just setup two drop down lists via data validation and have output on worksheet instead of using VBA?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1