number formatting
Posted by Steve G on September 05, 2001 11:58 AM
Help! I've got a spreadsheet with 3500 rows in it. I have a column A that is formatted #-#####-###-#. I need to remove the dashes (-) from all of the numbers without having to go through each one. Is there a macro of some type that would get this done or an if statement that would step through one by one each record and change the formatting to ########## (minus the dashes). I've tried using custom number formats but they won't change the existing data. Please help me. Thanks in advance.
Steve