You can copy the columnar data and paste it (special : transpose) into a new worksheet, then export that worksheet as a CSV file.
Then open the CSV file and copy the data, and paste it into Word..
Philadelphia
Boston
Concord
Raleigh
becomes
Philadelphia | Boston | Concord | Raleigh
becomes
Philadelphia,Boston,Concor
-- Brian Herbert Withun
Main Topics
Browse All Topics





by: zorvekPosted on 2009-05-24 at 21:03:58ID: 24464263
Copy the list of cities to the clipboard. Start Word. Select Paste Special from Word's Edit menu. Select "Unformatted Text". Click OK.
Select all the text. Press CTRL+H. Enter "^p" for "Find what". Enter "," for "Replace with". Click "Replace All".
Kevin