#1   Report Post  
Posted to microsoft.public.word.docmanagement
kim kim is offline
external usenet poster
 
Posts: 183
Default Start LISTNUM at 90

I'm using field codes to create numbering. I'm using LISTNUM because it's
the only numbering field that I can find that won't put a period or ( after
the number. I can't use bullets and numbering because it puts the number
before the text. So my question is I need my numbering to start at 90. How
the heck to I get a LISTNUM to start at 90 and not at 1. Please I hope
someone can help me.

Thank you.

I need the text to say:

Production Request No. 90

  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Lene Fredborg Lene Fredborg is offline
external usenet poster
 
Posts: 1,291
Default Start LISTNUM at 90

I think that the LISTNUM field is intended for use in relation to outline
numbered lists but it should work if you do this:
In the first field, insert the \s switch followed by 90 so that the field
code looks like this where "No" is the list name:
{ LISTNUM No \s 90 }
If you type the field manually, you must create the field brackets by
pressing Ctrl+F9.

The following fields should look like this, i.e. without the switch:
{ LISTNUM No }
in order to display 91, 92, etc.

Alternatively (and maybe better), use a SEQ field with the \r switch in the
first field:
{ SEQ No \r 90 }
{ SEQ No }
In this order will display 90 and 91.

See Word's help for details. The help on fields is actually really helpful.

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


"Kim" wrote:

I'm using field codes to create numbering. I'm using LISTNUM because it's
the only numbering field that I can find that won't put a period or ( after
the number. I can't use bullets and numbering because it puts the number
before the text. So my question is I need my numbering to start at 90. How
the heck to I get a LISTNUM to start at 90 and not at 1. Please I hope
someone can help me.

Thank you.

I need the text to say:

Production Request No. 90

  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default Start LISTNUM at 90

In addition to what Lene suggested, note that you can modify a numbering
scheme to not include punctuation and to start at 90. See
http://www.shaunakelly.com/word/numb...Numbering.html.

--
Stefan Blom
Microsoft Word MVP


"Kim" wrote:

I'm using field codes to create numbering. I'm using LISTNUM because it's
the only numbering field that I can find that won't put a period or ( after
the number. I can't use bullets and numbering because it puts the number
before the text. So my question is I need my numbering to start at 90. How
the heck to I get a LISTNUM to start at 90 and not at 1. Please I hope
someone can help me.

Thank you.

I need the text to say:

Production Request No. 90

  #4   Report Post  
Posted to microsoft.public.word.docmanagement
kim kim is offline
external usenet poster
 
Posts: 183
Default Start LISTNUM at 90

Oh My God, thank you so much. I used the SEQ No \r 90 and it's perfect.
Thank you thank you thank you.

"Lene Fredborg" wrote:

I think that the LISTNUM field is intended for use in relation to outline
numbered lists but it should work if you do this:
In the first field, insert the \s switch followed by 90 so that the field
code looks like this where "No" is the list name:
{ LISTNUM No \s 90 }
If you type the field manually, you must create the field brackets by
pressing Ctrl+F9.

The following fields should look like this, i.e. without the switch:
{ LISTNUM No }
in order to display 91, 92, etc.

Alternatively (and maybe better), use a SEQ field with the \r switch in the
first field:
{ SEQ No \r 90 }
{ SEQ No }
In this order will display 90 and 91.

See Word's help for details. The help on fields is actually really helpful.

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


"Kim" wrote:

I'm using field codes to create numbering. I'm using LISTNUM because it's
the only numbering field that I can find that won't put a period or ( after
the number. I can't use bullets and numbering because it puts the number
before the text. So my question is I need my numbering to start at 90. How
the heck to I get a LISTNUM to start at 90 and not at 1. Please I hope
someone can help me.

Thank you.

I need the text to say:

Production Request No. 90

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
kim kim is offline
external usenet poster
 
Posts: 183
Default Start LISTNUM at 90

Yes thank you. I do know how to get rid of the punctuation in regard to
Outline Numbering but unfortunately using outline numbering only allows you
to put the number in front of the text and not after, which is what I need.
That's why I need to use the field codes. But thank you very much for you
added info.

"Stefan Blom" wrote:

In addition to what Lene suggested, note that you can modify a numbering
scheme to not include punctuation and to start at 90. See
http://www.shaunakelly.com/word/numb...Numbering.html.

--
Stefan Blom
Microsoft Word MVP


"Kim" wrote:

I'm using field codes to create numbering. I'm using LISTNUM because it's
the only numbering field that I can find that won't put a period or ( after
the number. I can't use bullets and numbering because it puts the number
before the text. So my question is I need my numbering to start at 90. How
the heck to I get a LISTNUM to start at 90 and not at 1. Please I hope
someone can help me.

Thank you.

I need the text to say:

Production Request No. 90



  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default Start LISTNUM at 90

You are welcome--and thank you for the feedback.

--
Stefan Blom
Microsoft Word MVP


"Kim" wrote in message
...
Yes thank you. I do know how to get rid of the punctuation in regard to
Outline Numbering but unfortunately using outline numbering only allows
you
to put the number in front of the text and not after, which is what I
need.
That's why I need to use the field codes. But thank you very much for you
added info.

"Stefan Blom" wrote:

In addition to what Lene suggested, note that you can modify a numbering
scheme to not include punctuation and to start at 90. See
http://www.shaunakelly.com/word/numb...Numbering.html.

--
Stefan Blom
Microsoft Word MVP


"Kim" wrote:

I'm using field codes to create numbering. I'm using LISTNUM because
it's
the only numbering field that I can find that won't put a period or (
after
the number. I can't use bullets and numbering because it puts the
number
before the text. So my question is I need my numbering to start at 90.
How
the heck to I get a LISTNUM to start at 90 and not at 1. Please I hope
someone can help me.

Thank you.

I need the text to say:

Production Request No. 90




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
LISTNUM formatting (sorry, not LINENUM) txtechwriter1 Microsoft Word Help 9 September 25th 06 08:31 AM
LISTNUM Darlene Microsoft Word Help 1 June 10th 06 09:37 PM
LISTNUM & Wildcards Fuzzhead Microsoft Word Help 14 May 16th 06 07:23 PM
listnum converting Fuzzhead Microsoft Word Help 8 May 2nd 06 06:11 PM
Formatting Listnum field rgille Microsoft Word Help 1 August 10th 05 09:36 AM


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

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"