Hi all,
This question might also be related with Macros, etc.
Is it possible to list the content of the list alphabetically in NWP? If not, can it be done with a macro? If yes, can someone provide me one (if it is not very hard)?
Thanks,
Example:
1. Element
2. An element
3. List element
===> Magic sort (after selecting 3 lines)
1. An element
2. Element
3. List element
How to (Is it possible) Sort Lists (numbered, bullet, etc.)
-
- Posts: 22
- Joined: 2011-05-15 00:49:52
How to (Is it possible) Sort Lists (numbered, bullet, etc.)
~ Kivanc Muslu
Re: How to (Is it possible) Sort Lists (numbered, bullet, et
If the list is numbered using a list style (as opposed to with numbers written by hand), then "Sort" will indeed sort the list alphabetically. (And automatically renumber them).
If the numbers are written by hand you will first have to remove them. Find/Replace can do this:
If the numbers are written by hand you will first have to remove them. Find/Replace can do this:
- Open Find
- Set the find mode to PowerFind (or PowerFind Pro)
- Use the gear menu next to the Find box to make the following find expression
Code: Select all
[Start of Paragraph][Any Digit][1+].[Space or Tab]
- Leave the Replace box empty
- Do Replace All (you can limit this to the selection if desired using the "Where" pull down menu)
philip
-
- Posts: 22
- Joined: 2011-05-15 00:49:52
Re: How to (Is it possible) Sort Lists (numbered, bullet, et
Hi phspaelti,
I haven't seen 'Sort paragraphs' menu. The list was a real list and this menu did what I wanted exactly. Very cool and handy feature.
Thanks for the fast reply!
I haven't seen 'Sort paragraphs' menu. The list was a real list and this menu did what I wanted exactly. Very cool and handy feature.
Thanks for the fast reply!
~ Kivanc Muslu