Hi ltlredwagon,
Quote:
I know I COULD go through and put every word on a single line and then sort. Obviously not practical for a long document.
|
Actually, that's quite easy. Use Find/Replace, where:
Find = space
Replace = ^p
Then convert to a single-column table and sort.
Since Word 2008 doesn't have macro support, a vba-based solution isn't possible.