#1   Report Post  
Posted to microsoft.public.word.docmanagement
SJT SJT is offline
external usenet poster
 
Posts: 11
Default Inserting SEQ Fields

I am trying to assign sequential section #'s to selected text in my document.
I am using the Insert, Field menu to select SEQ and the result is an error
message, "Error! No sequence specified". I would like to begin the numbering
at I and then have it increment by one for each new "section" I identify
within the document. How would I do this? Thank you in advance for your
cooperation.



  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Inserting SEQ Fields

SEQ fields must have an identifier that is the same for all fields in the
one sequence

{ SEQ List1 }

for example.

--
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

"SJT" wrote in message
...
I am trying to assign sequential section #'s to selected text in my
document.
I am using the Insert, Field menu to select SEQ and the result is an error
message, "Error! No sequence specified". I would like to begin the
numbering
at I and then have it increment by one for each new "section" I identify
within the document. How would I do this? Thank you in advance for your
cooperation.





  #3   Report Post  
Posted to microsoft.public.word.docmanagement
SJT SJT is offline
external usenet poster
 
Posts: 11
Default Inserting SEQ Fields

Thanks Doug. So if I want the first field output to be "I" and then the next
to be "II" how would the syntax differ from the first to the second and how
do I select the Roman formatting? Sorry for the novice questions. New to
the use of fields. Thanks again.

"Doug Robbins - Word MVP" wrote:

SEQ fields must have an identifier that is the same for all fields in the
one sequence

{ SEQ List1 }

for example.

--
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

"SJT" wrote in message
...
I am trying to assign sequential section #'s to selected text in my
document.
I am using the Insert, Field menu to select SEQ and the result is an error
message, "Error! No sequence specified". I would like to begin the
numbering
at I and then have it increment by one for each new "section" I identify
within the document. How would I do this? Thank you in advance for your
cooperation.






  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Inserting SEQ Fields

Each time you want a number in the sequence, you insert the same field. To
have it display the number in Roman Numerals, you would add the \* ROMAN
switch

So with the display of field codes toggled on, your fields would be like

{ SEQ List1 \* ROMAN } Item 1
{ SEQ List1 \* ROMAN } Item 2
{ SEQ List1 \* ROMAN } Item 3

When you toggle off the display of field codes, (and update the fields if
necessary), you will have

I Item 1
II Item 2
III Item 3

Note, if you are entering the fields directly from the keyboard rather than
from the Insert Field dialog, you must use Ctrl+F9 to insert each pair of
field delimiters { }

--
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

"SJT" wrote in message
...
Thanks Doug. So if I want the first field output to be "I" and then the
next
to be "II" how would the syntax differ from the first to the second and
how
do I select the Roman formatting? Sorry for the novice questions. New to
the use of fields. Thanks again.

"Doug Robbins - Word MVP" wrote:

SEQ fields must have an identifier that is the same for all fields in the
one sequence

{ SEQ List1 }

for example.

--
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

"SJT" wrote in message
...
I am trying to assign sequential section #'s to selected text in my
document.
I am using the Insert, Field menu to select SEQ and the result is an
error
message, "Error! No sequence specified". I would like to begin the
numbering
at I and then have it increment by one for each new "section" I
identify
within the document. How would I do this? Thank you in advance for
your
cooperation.








  #5   Report Post  
Posted to microsoft.public.word.docmanagement
SJT SJT is offline
external usenet poster
 
Posts: 11
Default Inserting SEQ Fields

Thanks Doug that worked. If I would like to place a "." after each of the
Roman Numberals and a tab so that there is a separation btw. the section
number and the title, can I use the SEQ field to do this or is there another
option? Appreciate your assistance.

"Doug Robbins - Word MVP" wrote:

Each time you want a number in the sequence, you insert the same field. To
have it display the number in Roman Numerals, you would add the \* ROMAN
switch

So with the display of field codes toggled on, your fields would be like

{ SEQ List1 \* ROMAN } Item 1
{ SEQ List1 \* ROMAN } Item 2
{ SEQ List1 \* ROMAN } Item 3

When you toggle off the display of field codes, (and update the fields if
necessary), you will have

I Item 1
II Item 2
III Item 3

Note, if you are entering the fields directly from the keyboard rather than
from the Insert Field dialog, you must use Ctrl+F9 to insert each pair of
field delimiters { }

--
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

"SJT" wrote in message
...
Thanks Doug. So if I want the first field output to be "I" and then the
next
to be "II" how would the syntax differ from the first to the second and
how
do I select the Roman formatting? Sorry for the novice questions. New to
the use of fields. Thanks again.

"Doug Robbins - Word MVP" wrote:

SEQ fields must have an identifier that is the same for all fields in the
one sequence

{ SEQ List1 }

for example.

--
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

"SJT" wrote in message
...
I am trying to assign sequential section #'s to selected text in my
document.
I am using the Insert, Field menu to select SEQ and the result is an
error
message, "Error! No sequence specified". I would like to begin the
numbering
at I and then have it increment by one for each new "section" I
identify
within the document. How would I do this? Thank you in advance for
your
cooperation.











  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Inserting SEQ Fields

Select such a field and the "." and a Tab space and create an Autotext entry
or an AutoCorrect entry to do it.

--
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

"SJT" wrote in message
...
Thanks Doug that worked. If I would like to place a "." after each of the
Roman Numberals and a tab so that there is a separation btw. the section
number and the title, can I use the SEQ field to do this or is there
another
option? Appreciate your assistance.

"Doug Robbins - Word MVP" wrote:

Each time you want a number in the sequence, you insert the same field.
To
have it display the number in Roman Numerals, you would add the \* ROMAN
switch

So with the display of field codes toggled on, your fields would be like

{ SEQ List1 \* ROMAN } Item 1
{ SEQ List1 \* ROMAN } Item 2
{ SEQ List1 \* ROMAN } Item 3

When you toggle off the display of field codes, (and update the fields if
necessary), you will have

I Item 1
II Item 2
III Item 3

Note, if you are entering the fields directly from the keyboard rather
than
from the Insert Field dialog, you must use Ctrl+F9 to insert each pair
of
field delimiters { }

--
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

"SJT" wrote in message
...
Thanks Doug. So if I want the first field output to be "I" and then
the
next
to be "II" how would the syntax differ from the first to the second and
how
do I select the Roman formatting? Sorry for the novice questions. New
to
the use of fields. Thanks again.

"Doug Robbins - Word MVP" wrote:

SEQ fields must have an identifier that is the same for all fields in
the
one sequence

{ SEQ List1 }

for example.

--
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

"SJT" wrote in message
...
I am trying to assign sequential section #'s to selected text in my
document.
I am using the Insert, Field menu to select SEQ and the result is an
error
message, "Error! No sequence specified". I would like to begin the
numbering
at I and then have it increment by one for each new "section" I
identify
within the document. How would I do this? Thank you in advance for
your
cooperation.











  #7   Report Post  
Posted to microsoft.public.word.docmanagement
SJT SJT is offline
external usenet poster
 
Posts: 11
Default Inserting SEQ Fields

Thanks Doug.

"Doug Robbins - Word MVP" wrote:

Select such a field and the "." and a Tab space and create an Autotext entry
or an AutoCorrect entry to do it.

--
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

"SJT" wrote in message
...
Thanks Doug that worked. If I would like to place a "." after each of the
Roman Numberals and a tab so that there is a separation btw. the section
number and the title, can I use the SEQ field to do this or is there
another
option? Appreciate your assistance.

"Doug Robbins - Word MVP" wrote:

Each time you want a number in the sequence, you insert the same field.
To
have it display the number in Roman Numerals, you would add the \* ROMAN
switch

So with the display of field codes toggled on, your fields would be like

{ SEQ List1 \* ROMAN } Item 1
{ SEQ List1 \* ROMAN } Item 2
{ SEQ List1 \* ROMAN } Item 3

When you toggle off the display of field codes, (and update the fields if
necessary), you will have

I Item 1
II Item 2
III Item 3

Note, if you are entering the fields directly from the keyboard rather
than
from the Insert Field dialog, you must use Ctrl+F9 to insert each pair
of
field delimiters { }

--
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

"SJT" wrote in message
...
Thanks Doug. So if I want the first field output to be "I" and then
the
next
to be "II" how would the syntax differ from the first to the second and
how
do I select the Roman formatting? Sorry for the novice questions. New
to
the use of fields. Thanks again.

"Doug Robbins - Word MVP" wrote:

SEQ fields must have an identifier that is the same for all fields in
the
one sequence

{ SEQ List1 }

for example.

--
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

"SJT" wrote in message
...
I am trying to assign sequential section #'s to selected text in my
document.
I am using the Insert, Field menu to select SEQ and the result is an
error
message, "Error! No sequence specified". I would like to begin the
numbering
at I and then have it increment by one for each new "section" I
identify
within the document. How would I do this? Thank you in advance for
your
cooperation.












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
Inserting Fields in Word Kalynne Microsoft Word Help 6 December 8th 06 01:57 PM
how smart can a word 2003 mail merge letter be? Jesse Aufiero Mailmerge 6 November 30th 06 01:56 PM
Strange behaviour of date fields in Excel-Word mailmerge Bill Bradley Mailmerge 2 September 8th 06 08:05 PM
Multiple document index uses docs showing fields Jeff Gilbertson Formatting Long Documents 7 January 9th 06 07:00 AM
inserting merge fields from outlook calendar Tim New Users 1 March 2nd 05 10:45 AM


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