Macros Excel 2007 - extracting data
- by Martin
Im trying to extract certain data from a cell and trying to put it somewhere else within the same cell. Any suggestions?
EDIT
I have several text strings in ONE cell (a date, a part number and a color). The format looks like this 100906 PBO5 BLUE. The date is always the same number of characters but the part number could be 2, 3 or 4 characters.
I want to move the date to the position after the color so it looks like this PBO5 BLUE 100906. I have over 1,000 records so I don’t want to do this manually.