View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TheIrishThug[_3_] TheIrishThug[_3_] is offline
external usenet poster
 
Posts: 1
Default removing commas from a string


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, ",", "")


--
TheIrishThug
------------------------------------------------------------------------
TheIrishThug's Profile: http://www.excelforum.com/member.php...o&userid=29682
View this thread: http://www.excelforum.com/showthread...hreadid=494444