Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
ArthurN ArthurN is offline
external usenet poster
 
Posts: 15
Default Help with sorting needed

Hi, deserately need your help,
I have this huge files that have lists and on those lists some items begin
with a letter and other begin with an asterisk, like this:
first sentence
*first sentence
second sentence
*second sentence
third sentence
*third sentence

I would like to move all the items that begin with an asterisk to the end of
the list without any additional sorting, I mean the sentences shouldn't be
further sorted by letters, like this:
first sentence
second sentence
third sentence
*first sentence
*second sentence
*third sentence

I hope somebody will help me out here,
thanx in advance,
Arthur
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Help with sorting needed

This should be possible. Perhaps someone more comfortable with wildcards can
point out what I'm doing wrong. It should be possible to use the Find dialog
as follows:

1. Check the box for "Highlight all items found."

2. Check the box for "Use wildcards."

3. Type \**^13 in the "Find what" box.

4. Click "Find All."

5. Click on the document title bar to return focus to the document without
deselecting the selected items.

6. Cut the selected items.

7. Paste at the end of the document.

The only problem is that, although Word will find \* (an asterisk), * (any
number of characters), and ^13 (a paragraph break) individually, when they
are all put together, Word does not find any items matching "this criteria."

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"ArthurN" wrote in message
...
Hi, deserately need your help,
I have this huge files that have lists and on those lists some items begin
with a letter and other begin with an asterisk, like this:
first sentence
*first sentence
second sentence
*second sentence
third sentence
*third sentence

I would like to move all the items that begin with an asterisk to the end
of
the list without any additional sorting, I mean the sentences shouldn't be
further sorted by letters, like this:
first sentence
second sentence
third sentence
*first sentence
*second sentence
*third sentence

I hope somebody will help me out here,
thanx in advance,
Arthur


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Help with sorting needed

This should be possible. Perhaps someone more comfortable with wildcards can
point out what I'm doing wrong. It should be possible to use the Find dialog
as follows:

1. Check the box for "Highlight all items found."

2. Check the box for "Use wildcards."

3. Type \**^13 in the "Find what" box.

4. Click "Find All."

5. Click on the document title bar to return focus to the document without
deselecting the selected items.

6. Cut the selected items.

7. Paste at the end of the document.

The only problem is that, although Word will find \* (an asterisk), * (any
number of characters), and ^13 (a paragraph break) individually, when they
are all put together, Word does not find any items matching "this criteria."

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"ArthurN" wrote in message
...
Hi, deserately need your help,
I have this huge files that have lists and on those lists some items begin
with a letter and other begin with an asterisk, like this:
first sentence
*first sentence
second sentence
*second sentence
third sentence
*third sentence

I would like to move all the items that begin with an asterisk to the end
of
the list without any additional sorting, I mean the sentences shouldn't be
further sorted by letters, like this:
first sentence
second sentence
third sentence
*first sentence
*second sentence
*third sentence

I hope somebody will help me out here,
thanx in advance,
Arthur


  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Pamelia Caswell via OfficeKB.com Pamelia Caswell  via OfficeKB.com is offline
external usenet poster
 
Posts: 84
Default Help with sorting needed

try this:

3. Type \*(*)^13 in the "Find what" box.

Pam

Suzanne S. Barnhill wrote:
This should be possible. Perhaps someone more comfortable with wildcards can
point out what I'm doing wrong. It should be possible to use the Find dialog
as follows:

1. Check the box for "Highlight all items found."

2. Check the box for "Use wildcards."

3. Type \**^13 in the "Find what" box.

4. Click "Find All."

5. Click on the document title bar to return focus to the document without
deselecting the selected items.

6. Cut the selected items.

7. Paste at the end of the document.

The only problem is that, although Word will find \* (an asterisk), * (any
number of characters), and ^13 (a paragraph break) individually, when they
are all put together, Word does not find any items matching "this criteria."

Hi, deserately need your help,
I have this huge files that have lists and on those lists some items begin

[quoted text clipped - 20 lines]
thanx in advance,
Arthur


--
Message posted via http://www.officekb.com

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Pamelia Caswell via OfficeKB.com Pamelia Caswell  via OfficeKB.com is offline
external usenet poster
 
Posts: 84
Default Help with sorting needed


try this:

3. Type \*(*)^13 in the "Find what" box.

Pam

Suzanne S. Barnhill wrote:
This should be possible. Perhaps someone more comfortable with wildcards can
point out what I'm doing wrong. It should be possible to use the Find dialog
as follows:

1. Check the box for "Highlight all items found."

2. Check the box for "Use wildcards."

3. Type \**^13 in the "Find what" box.

4. Click "Find All."

5. Click on the document title bar to return focus to the document without
deselecting the selected items.

6. Cut the selected items.

7. Paste at the end of the document.

The only problem is that, although Word will find \* (an asterisk), * (any
number of characters), and ^13 (a paragraph break) individually, when they
are all put together, Word does not find any items matching "this criteria."

Hi, deserately need your help,
I have this huge files that have lists and on those lists some items begin

[quoted text clipped - 20 lines]
thanx in advance,
Arthur


--
Message posted via http://www.officekb.com



  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Help with sorting needed

Ah, yes. Works like a charm. Thanks, Pam.

Arthur: Follow the instructions I provided in my post, using the search term
Pam has provided, and you should be able to accomplish what you're looking
for.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Pamelia Caswell via OfficeKB.com" u43222@uwe wrote in message
news:a88ae5b26edf7@uwe...
try this:

3. Type \*(*)^13 in the "Find what" box.

Pam

Suzanne S. Barnhill wrote:
This should be possible. Perhaps someone more comfortable with wildcards
can
point out what I'm doing wrong. It should be possible to use the Find
dialog
as follows:

1. Check the box for "Highlight all items found."

2. Check the box for "Use wildcards."

3. Type \**^13 in the "Find what" box.

4. Click "Find All."

5. Click on the document title bar to return focus to the document without
deselecting the selected items.

6. Cut the selected items.

7. Paste at the end of the document.

The only problem is that, although Word will find \* (an asterisk), * (any
number of characters), and ^13 (a paragraph break) individually, when they
are all put together, Word does not find any items matching "this
criteria."

Hi, deserately need your help,
I have this huge files that have lists and on those lists some items
begin

[quoted text clipped - 20 lines]
thanx in advance,
Arthur


--
Message posted via http://www.officekb.com



  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Help with sorting needed


Ah, yes. Works like a charm. Thanks, Pam.

Arthur: Follow the instructions I provided in my post, using the search term
Pam has provided, and you should be able to accomplish what you're looking
for.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Pamelia Caswell via OfficeKB.com" u43222@uwe wrote in message
news:a88ae5b26edf7@uwe...
try this:

3. Type \*(*)^13 in the "Find what" box.

Pam

Suzanne S. Barnhill wrote:
This should be possible. Perhaps someone more comfortable with wildcards
can
point out what I'm doing wrong. It should be possible to use the Find
dialog
as follows:

1. Check the box for "Highlight all items found."

2. Check the box for "Use wildcards."

3. Type \**^13 in the "Find what" box.

4. Click "Find All."

5. Click on the document title bar to return focus to the document without
deselecting the selected items.

6. Cut the selected items.

7. Paste at the end of the document.

The only problem is that, although Word will find \* (an asterisk), * (any
number of characters), and ^13 (a paragraph break) individually, when they
are all put together, Word does not find any items matching "this
criteria."

Hi, deserately need your help,
I have this huge files that have lists and on those lists some items
begin

[quoted text clipped - 20 lines]
thanx in advance,
Arthur


--
Message posted via http://www.officekb.com



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help needed with sorting the story ArthurN Microsoft Word Help 1 November 1st 09 06:17 PM
Name Sorting NES Microsoft Word Help 3 July 19th 08 06:55 PM
sorting Melissa Mailmerge 1 November 30th 06 10:57 AM
sorting gking Microsoft Word Help 2 May 22nd 06 07:22 PM
sorting by last name CMDS Mailmerge 1 December 10th 05 04:25 PM


All times are GMT +1. The time now is 12:59 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"