Hi, I have this requireemnt. I have to extract the currency Symbol, say USD or AED etc. from a cell and show it in another cell.
I tried assigning the result of ActiveCell.NumberFormat in to a String and then extracting only the first part of it till "]" using a While-Loop.
But it seems that, "_([$USD" is waht I get and the most difficult part is _ is a charecter but "($USD" all together acts like a SINGLe charecter. hence I'm not able to remove it.
Please let me know is there a bette way of extracting this Info.
I tried assigning the result of ActiveCell.NumberFormat in to a String and then extracting only the first part of it till "]" using a While-Loop.
But it seems that, "_([$USD" is waht I get and the most difficult part is _ is a charecter but "($USD" all together acts like a SINGLe charecter. hence I'm not able to remove it.
Please let me know is there a bette way of extracting this Info.