Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
TTW TTW is offline
external usenet poster
 
Posts: 4
Default Table of Contents and paragraph numbers

PLEASE - Can anybody help with the field code and structure of the code for
including the pagagraph number in the TOC?
I have tried searching Help but had zero success.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Table of Contents and paragraph numbers

Paragraph numbers should be included automatically, whether typed or
automatic. What is your TOC field code?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"TTW" wrote in message
...
PLEASE - Can anybody help with the field code and structure of the code
for
including the pagagraph number in the TOC?
I have tried searching Help but had zero success.



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
TTW TTW is offline
external usenet poster
 
Posts: 4
Default Table of Contents and paragraph numbers

Hi Suzanne

I think the field code has been written for the template, it is:
{ TOC \n 1-1 0 "2-4" \ "CHAPTER HEADING,1" \* MERGEFORMAT }
it shows the page number but not para no.
Hopefully you can work it out as a number of us have looked at this and have
drawn a blank.
Graham

"Suzanne S. Barnhill" wrote:

Paragraph numbers should be included automatically, whether typed or
automatic. What is your TOC field code?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"TTW" wrote in message
...
PLEASE - Can anybody help with the field code and structure of the code
for
including the pagagraph number in the TOC?
I have tried searching Help but had zero success.




  #4   Report Post  
Posted to microsoft.public.word.docmanagement
TTW TTW is offline
external usenet poster
 
Posts: 4
Default Table of Contents and paragraph numbers

Sorry I missed typed

TOC \n 1-1 \o "2-4" \t "Chapter heading,1" \* MERGEFORMAT
Graham

"Suzanne S. Barnhill" wrote:

Paragraph numbers should be included automatically, whether typed or
automatic. What is your TOC field code?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"TTW" wrote in message
...
PLEASE - Can anybody help with the field code and structure of the code
for
including the pagagraph number in the TOC?
I have tried searching Help but had zero success.




  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Table of Contents and paragraph numbers

The TOC field you cite should NOT be showing page numbers (at least not for
level 1). I don't know what to make of the zero unless it's meant to
represent \o, in which case you would be getting only levels 2-4, which
would mean that omitting page numbers from level 1 would be pointless, as
would mapping the Chapter Heading style to level 1. See
http://word.mvps.org/FAQs/Formatting/TOCSwitches.htm

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"TTW" wrote in message
...
Hi Suzanne

I think the field code has been written for the template, it is:
{ TOC \n 1-1 0 "2-4" \ "CHAPTER HEADING,1" \* MERGEFORMAT }
it shows the page number but not para no.
Hopefully you can work it out as a number of us have looked at this and
have
drawn a blank.
Graham

"Suzanne S. Barnhill" wrote:

Paragraph numbers should be included automatically, whether typed or
automatic. What is your TOC field code?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"TTW" wrote in message
...
PLEASE - Can anybody help with the field code and structure of the code
for
including the pagagraph number in the TOC?
I have tried searching Help but had zero success.









  #6   Report Post  
Posted to microsoft.public.word.docmanagement
TTW TTW is offline
external usenet poster
 
Posts: 4
Default Table of Contents and paragraph numbers

Sorry, I misstyped the code, it should have read -
TOC \n 1-1 \o "2-4" \t "Chapter heading,1" \* MERGEFORMAT

"Suzanne S. Barnhill" wrote:

The TOC field you cite should NOT be showing page numbers (at least not for
level 1). I don't know what to make of the zero unless it's meant to
represent \o, in which case you would be getting only levels 2-4, which
would mean that omitting page numbers from level 1 would be pointless, as
would mapping the Chapter Heading style to level 1. See
http://word.mvps.org/FAQs/Formatting/TOCSwitches.htm

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"TTW" wrote in message
...
Hi Suzanne

I think the field code has been written for the template, it is:
{ TOC \n 1-1 0 "2-4" \ "CHAPTER HEADING,1" \* MERGEFORMAT }
it shows the page number but not para no.
Hopefully you can work it out as a number of us have looked at this and
have
drawn a blank.
Graham

"Suzanne S. Barnhill" wrote:

Paragraph numbers should be included automatically, whether typed or
automatic. What is your TOC field code?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"TTW" wrote in message
...
PLEASE - Can anybody help with the field code and structure of the code
for
including the pagagraph number in the TOC?
I have tried searching Help but had zero success.








  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Table of Contents and paragraph numbers

As I pointed out, this TOC will include only levels 2-4, so the \n 1-1
switch and the \t "Chapter heading,1" switch are totally meaningless.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"TTW" wrote in message
...
Sorry, I misstyped the code, it should have read -
TOC \n 1-1 \o "2-4" \t "Chapter heading,1" \* MERGEFORMAT

"Suzanne S. Barnhill" wrote:

The TOC field you cite should NOT be showing page numbers (at least not
for
level 1). I don't know what to make of the zero unless it's meant to
represent \o, in which case you would be getting only levels 2-4, which
would mean that omitting page numbers from level 1 would be pointless, as
would mapping the Chapter Heading style to level 1. See
http://word.mvps.org/FAQs/Formatting/TOCSwitches.htm

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"TTW" wrote in message
...
Hi Suzanne

I think the field code has been written for the template, it is:
{ TOC \n 1-1 0 "2-4" \ "CHAPTER HEADING,1" \* MERGEFORMAT }
it shows the page number but not para no.
Hopefully you can work it out as a number of us have looked at this and
have
drawn a blank.
Graham

"Suzanne S. Barnhill" wrote:

Paragraph numbers should be included automatically, whether typed or
automatic. What is your TOC field code?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"TTW" wrote in message
...
PLEASE - Can anybody help with the field code and structure of the
code
for
including the pagagraph number in the TOC?
I have tried searching Help but had zero success.











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
Table of contents and marking part of a paragraph Gnibtay Microsoft Word Help 10 September 2nd 08 01:58 PM
Paragraph Marks in MS Word Table of Contents mazdul Microsoft Word Help 2 November 27th 07 04:19 PM
table of contents page numbers without chapter numbers Bety at Keltec Microsoft Word Help 5 October 26th 06 12:48 AM
Modify table of contents to include headings from a paragraph Joseph McCurley Microsoft Word Help 3 May 16th 06 02:41 PM
Table of Contents - Entire Paragraph Displayed Cathy Page Layout 2 September 5th 05 05:15 PM


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