Reply
 
Thread Tools Display Modes
  #1   Report Post  
Nikki
 
Posts: n/a
Default How do I create an odd number list?

If I wanted to number a list of items using only odd numbers; how would I do
that?
For Example: 1-Today
3-Tomorrow
5-Yesterday
7-Help!!
  #2   Report Post  
Doug Robbins - Word MVP
 
Posts: n/a
Default How do I create an odd number list?

One way to do it would be to select the paragraphs that you want to number
and then run a macro containing the following code:

Dim i As Long
For i = 1 To Selection.Paragraphs.Count
Selection.Paragraphs(i).Range.InsertBefore 2 * i - 1 & vbTab
Next i


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Nikki" wrote in message
...
If I wanted to number a list of items using only odd numbers; how would I
do
that?
For Example: 1-Today
3-Tomorrow
5-Yesterday
7-Help!!



  #3   Report Post  
Jay Freedman
 
Posts: n/a
Default How do I create an odd number list?

On Sun, 30 Oct 2005 10:16:02 -0800, "Nikki"
wrote:

If I wanted to number a list of items using only odd numbers; how would I do
that?
For Example: 1-Today
3-Tomorrow
5-Yesterday
7-Help!!


I don't think this can be done with the automatic numbering feature.
It can be done with a special field.

Type this on an empty line:

=seq a*2-1

Select the characters 'seq a' and press Ctrl+F9 to make it a field.
Then select everything from the = to the 1 and press Ctrl+F9 again. It
should look like this:

{={seq a}*2-1}

Finally, press F9 to update the field, and it should show the number
1. Copy that to the clipboard (or make an AutoText entry from it if
you want to use it in other documents).

Paste a copy of the field at the beginning of each item, and press F9
to update it -- or select al (Ctrl+A) and update (F9).

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
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
How do I create a drop down list in Word? D Page Layout 1 May 19th 05 09:04 PM
How do I create an automatic acronym list in Word 2003? Larry Tomlinson Microsoft Word Help 2 May 2nd 05 12:21 PM
How do I create a list on unique words in a document? Mark Mascaro Microsoft Word Help 0 April 20th 05 01:46 PM
How do I build a word list with number of occurrences of each wor. Bill Crowl Microsoft Word Help 2 March 19th 05 11:17 PM
How do I create a reverse order numbered list? Chrysie Microsoft Word Help 5 January 18th 05 11:10 PM


All times are GMT +1. The time now is 05:32 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"