OK, here's a function and a sub-routine for you:
The function (which can be used as a worksheet function) takes a numeric value and a string containing the currency type and applies the correct symbol to it and formats it as a currency value. You can add as many Case "xxx" statements as you want, setting the symbol for each one.
Note, however, that it will be sensitive to say, spelling "dollars" as "dolars".
The subroutine applies this function to all currently selected cells, using the cell immediately to the left of each one to get the currency type. See how that works for you.
Bookmarks