After importing a text file in excel 2000, I want to insert a “new line” character in select cells.
Using MS WORD, the find/replace function supports special characters. How can this be done using excel or VBA?
For example, if a single cell contains the following text:
My sentence 1. My Sentence 2. My Sentence 3.
I want the cell to look like this (cell format using “wrap text” option) :
My sentence 1.
My Sentence 2.
My Sentence 3.
*********************************
Thanks in advance, John