S
StargateFanFromWork
How would one go about this, pls? If I have a word list with names of
actors in it, say, and it looks something like this:
ANNA LOUISE PLOWMAN
ANNE MARIE LODER
ANTHONY ASHBEE
APRIL TELEK
BENJAMIN EASTERDAY
What vb code could I use to make the macro go through the above list and
separate the names and to put them on separate lines with no extra spaces
left anywhere, so that the above come out like this, instead:
ANNA
LOUISE
PLOWMAN
ANNE
MARIE
LODER
ANTHONY
ASHBEE
APRIL
TELEK
BENJAMIN
EASTERDAY
I don't need to sort or anything, the utility I use to maintain word lists
will do that automatically as well as take care of any duplicates that may
occur.
TIA. D
actors in it, say, and it looks something like this:
ANNA LOUISE PLOWMAN
ANNE MARIE LODER
ANTHONY ASHBEE
APRIL TELEK
BENJAMIN EASTERDAY
What vb code could I use to make the macro go through the above list and
separate the names and to put them on separate lines with no extra spaces
left anywhere, so that the above come out like this, instead:
ANNA
LOUISE
PLOWMAN
ANNE
MARIE
LODER
ANTHONY
ASHBEE
APRIL
TELEK
BENJAMIN
EASTERDAY
I don't need to sort or anything, the utility I use to maintain word lists
will do that automatically as well as take care of any duplicates that may
occur.
TIA. D