Delete in macro
Posted by John Rocha on March 02, 2000 6:09 PM
I have a sheet with a column of telephone numbers all with the same area code ie:708-258-1000. What I would like to do is create a macro to delete the first four characters of each cell and then continue on to the next cell (LOOP) but when I do this all the cells become the same number (258-1000). In the code it comes up as activecell =formula ("258-1000") What can be done as to make the macro only delete the first 4 characters and not change the rest of the entry. I appreciate you help.