VBA exchange rate calculator, help where to begin??

olivierv

New Member
Joined
Jul 25, 2014
Messages
29
Hi guys,

I need to build an exchange rate calculator in VBA. Has anyone of you done this before? Or maybe someone has some comparable code that helps me in the right direction? :)

"Develop and document a subroutine that allows the user to query exchange rates across threecurrencies. Prepare a spreadsheet that stores a table of exchange rates across three currencies that theuser can fill in before the program runs.For example to illustrate you could 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 your sub should outputto the screen the relevant exchange rate picked out from the table.Make assumptions and create appropriate visual basic loops to demonstrate how such a model can beused in day to day business decisions."
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Under 'General Netiquette' (MrExcel Message Board FAQ) you'll see:
"Most people around here have done their share of school (and college) homework, so don't expect that people around here will do it for you."
 
Upvote 0

Forum statistics

Threads
1,223,952
Messages
6,175,596
Members
452,657
Latest member
giadungthienduyen

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top