If I have a number say 12,345.67 and I do a check of this number I get 12
So My question is the a way to take out the comma easy other than creating a routine that does an instr to find the location of the comma and then do a left and right string in order to come up with the sum 12345.67.
