Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
266 views
in Technique[技术] by (71.8m points)

excel - VBA macro for converting value in various currencies into USD

I have a table with populated Column A ('Currency') and Column B ('Value'), and empty Column C ('ValueInUSD'). The table has thousands of rows, each for different transaction in 6 different currencies. Column A, contains currency name (text). Need a macro, which will carry all these exchange rates to USD (which will be updated by me on weekly basis), and will populate Column C ('Value' * Exchange Rate), for the whole table. Alternatively, I can hold the small table with 6 currencies exchange rates in separate excel file, and the macro would refer to that table, to get the respective exchange rate for each cell in Column C ('ValueInUSD'). Could you please help tackle this problem?

question from:https://stackoverflow.com/questions/65873272/vba-macro-for-converting-value-in-various-currencies-into-usd

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...