Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello there,
I have a list of shares with the market prices in their respective currencies. For example: 10 Microsoft - 10 USD 10 Nestle - 10 CHF 10 Siemens - 10 EUR I now want to compute the total value of these shares in their respective currencies, resulting in 10 Microsoft = 100 USD 10 Nestle = 100 CHF 10 Siemens = 100 EUR How do I "remember" the market prices in the proper currency? Right now I only "load" the actual number without refering to the currency: sngMarketPrice_CURRENCY(lngRow) = Worksheets(strWORKSHEET_NAME).Cells(lngRow, lngCol) How can I keep the currency information when loading my array, and then later on write the info "number + currency" into another worksheet. Thank you for your help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to add new currency Symbol in Format/Cell/Currency | Excel Discussion (Misc queries) | |||
How to format cells in Excel 2007 (i.e. currency format)? | Excel Discussion (Misc queries) | |||
format cells for currency 2450 and have it format to $24.50? | Excel Worksheet Functions | |||
why does currency format change to number format? | Excel Discussion (Misc queries) | |||
Conversion from currency value to currency text format | Excel Programming |