Hi,

I'm converting NC text programs to excel.
In random places throughout the program there are text messages that start with "(".
I moved these text messages to Column U so that I could use "Text-to-Columns" command on Col. A.

I would now like to bring these text cells back to Col. B, an offset of (0,-19).

I need a Sub that will:

- search or find any text in Col. U
- copy the text and paste it in Col. B
- find the next text and repeat until no more text is found
- delete Col. U

Thanks in advance!
Ed