Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Help please . . . .
I want a user to be able to select a currency from a drop-down and the following macro will change certain cells to that currency. SO far it's working fine for £, EURO and ¥ (Pounds, Euros and Yen) but if it's changed to $ it does not appear to be working:- the cell's number formats are changed to £ (which is also my default currency format). Currency_Symbol = Worksheets("Invoice").Range("H6") Worksheets("Invoice").Range("I25:I42").NumberForma t = Currency_Symbol & "#,##0.00_);(" & Currency_Symbol & " #,##0.00)" Any help very much appreciated. Cheers! Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Currency change via vba | Excel Programming | |||
change of currency in excel | Excel Discussion (Misc queries) | |||
CHANGE CURRENCY TO ZAR | Excel Worksheet Functions | |||
Currency change | Excel Discussion (Misc queries) | |||
Currency Change | Excel Programming |