i need to make "1,458,685" into "1458685
i found Replace() on a website and assumed leaveing the last paramater empty would work. it doesn't

this is what i was trying:
PrizePool = Replace(PrizePool, ",", "")