I copy data from a "main frame" type system and paste the data into Excel. Here is an example:
[pre]
[/pre]
The column of data can be fairly large. I then have to go to each cell manually --after using "search and replace" on characters such as @ and -)-- and backspace out hidden characters. How can I strip the hidden characters and left align the numbers in the cells?
[pre]
Code:
@ 087-911-153
200-872-404
@ 095-885-477
205-008-592
@ 074-614-622
094-121-771
072-348-032
The column of data can be fairly large. I then have to go to each cell manually --after using "search and replace" on characters such as @ and -)-- and backspace out hidden characters. How can I strip the hidden characters and left align the numbers in the cells?