Hi guys,
wondering if someone could help me get a VBA solution for my currency exchange to different currencies. I am travelling to different countries so I am expending money in different currencies, however, I'd like to have a column where I can see how much did I pay in USD. This is an example of what am I doing:
[TABLE="class: outer_border, width: 500, align: center"]
<tbody>[TR]
[TD]Date[/TD]
[TD]$[/TD]
[TD]₡[/TD]
[TD]र[/TD]
[TD]£[/TD]
[/TR]
[TR]
[TD]Nov-07-14[/TD]
[TD]35.94[/TD]
[TD][/TD]
[TD]2,030.47[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Nov-08-14[/TD]
[TD]10.71[/TD]
[TD][/TD]
[TD]605.12[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Nov-08-14[/TD]
[TD]10.71[/TD]
[TD][/TD]
[TD][/TD]
[TD]17.00[/TD]
[/TR]
[TR]
[TD]Nov-09-14[/TD]
[TD]29.00[/TD]
[TD]15,776.00[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So, I'd like to have a VBA to help me convert to USD in column B no matter if I enter a value in columns C, D or E
Thank you,
wondering if someone could help me get a VBA solution for my currency exchange to different currencies. I am travelling to different countries so I am expending money in different currencies, however, I'd like to have a column where I can see how much did I pay in USD. This is an example of what am I doing:
[TABLE="class: outer_border, width: 500, align: center"]
<tbody>[TR]
[TD]Date[/TD]
[TD]$[/TD]
[TD]₡[/TD]
[TD]र[/TD]
[TD]£[/TD]
[/TR]
[TR]
[TD]Nov-07-14[/TD]
[TD]35.94[/TD]
[TD][/TD]
[TD]2,030.47[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Nov-08-14[/TD]
[TD]10.71[/TD]
[TD][/TD]
[TD]605.12[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Nov-08-14[/TD]
[TD]10.71[/TD]
[TD][/TD]
[TD][/TD]
[TD]17.00[/TD]
[/TR]
[TR]
[TD]Nov-09-14[/TD]
[TD]29.00[/TD]
[TD]15,776.00[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So, I'd like to have a VBA to help me convert to USD in column B no matter if I enter a value in columns C, D or E
Thank you,