How can I strip a currency symbol from a textbox that has been formatted as currency? I only want the value of the textbox without any other characters. When I Exit the textbox I want to write the value without the currency symbol to another textbox.
Val() doesn't work because it encounters the currency symbol before the actual value so returns 0.
My currency symbol is a 'R' but it could be any other currency as well.
Bookmarks