A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Page Layout
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Remove Numbering but not resequence



 
 
Thread Tools Display Modes
  #1  
Old April 26th, 2009, 09:17 PM posted to microsoft.public.word.pagelayout
mnt
external usenet poster
 
Posts: 3
Default Remove Numbering but not resequence

I have a doc I got from someone and I need to extract cells in a table from
it. However, when I remove the text, which is associated with an Numbering
format from Bullets and Numbering, the remaining cells resequence the
numbering. How can I remove the text and let the numbering stay the same? I
know I can select Renumber from the Bullets and Numbering menu, but I have a
lot to remove and it's tedious to do that. Is there an option to not
resequence?

Example:
1. text1
2. text2
3. text3

should be:
1. text1
3. text3

and not
1. text1
2. text3
  #2  
Old April 26th, 2009, 10:26 PM posted to microsoft.public.word.pagelayout
Lene Fredborg
external usenet poster
 
Posts: 1,294
Default Remove Numbering but not resequence

Before deleting any numbered items, you can convert the numbers to plain
text. Note that you cannot easily bring back the auto numbering. Therefore,
it may be a good idea to keep a copy of the original document.

1. Press Alt+F11 to open the Visual Basic Editor (VBE).
2. Press Ctrl+G to display the Immediate window if it is not visible
(normally at the bottom of the VBE window).

Follow step 3A or 3B:

3A. If you want _all autonumbering_ in the active document to be converted
to plain text: In the Immediate Window, type:

ActiveDocument.ConvertNumbersToText

and press Return.

3B. If you only want to convert autonumbering in _part of the document_ to
plain text, select the relevant text in the document. In the Immediate
Window, type:

Selection.Range.ListFormat.ConvertNumbersToText

and press Return.

--
Regards
Lene Fredborg - Microsoft MVP (Word)
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word


"mnt" wrote:

I have a doc I got from someone and I need to extract cells in a table from
it. However, when I remove the text, which is associated with an Numbering
format from Bullets and Numbering, the remaining cells resequence the
numbering. How can I remove the text and let the numbering stay the same? I
know I can select Renumber from the Bullets and Numbering menu, but I have a
lot to remove and it's tedious to do that. Is there an option to not
resequence?

Example:
1. text1
2. text2
3. text3

should be:
1. text1
3. text3

and not
1. text1
2. text3

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:08 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.