Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
sarah1234 sarah1234 is offline
external usenet poster
 
Posts: 9
Default IncludeText/Insert File as Link + Numbering

Hi there

In Word 2003 I am working on a template ('Base document') to bring in a
number of Procedures from separate files using the Includetext field.

The procedures use a numbered heading style, which numbers correctly in the
base document. However, using normal numbering in the text means that in the
base document with a number of different procedures pulled in, the numbering
won't automatically restart. The numbering in each procedure continues from
the one previous.

How can I set it up so that the numbering restarts? Or so that each time we
use Heading 2, the numbering restarts?

Any thoughts would be greatly appreciated
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default IncludeText/Insert File as Link + Numbering

Restart methods for style-based numbering are discussed in this article:
http://word.mvps.org/faqs/numbering/...artMethods.htm.

Note, however, that if you do not intend to edit the numbering further, you
can "freeze" it, for each affected document: Press Alt+F11 to display the
Visual Basic Editor. Press Ctrl+G to activate the Immediate window. Type:

ActiveDocument.ConvertNumbersToText

and press Enter.

--
Stefan Blom
Microsoft Word MVP


"sarah1234" wrote in message
...
Hi there

In Word 2003 I am working on a template ('Base document') to bring in a
number of Procedures from separate files using the Includetext field.

The procedures use a numbered heading style, which numbers correctly in
the
base document. However, using normal numbering in the text means that in
the
base document with a number of different procedures pulled in, the
numbering
won't automatically restart. The numbering in each procedure continues
from
the one previous.

How can I set it up so that the numbering restarts? Or so that each time
we
use Heading 2, the numbering restarts?

Any thoughts would be greatly appreciated







  #3   Report Post  
Posted to microsoft.public.word.docmanagement
sarah1234 sarah1234 is offline
external usenet poster
 
Posts: 9
Default IncludeText/Insert File as Link + Numbering

Thanks very much for all your help Stefan.

After researching the article plus others, because it is for a template and
due to development time constraints, we have modified the style to have no
numbering and we will number manually.

Thanks again

"Stefan Blom" wrote:

Restart methods for style-based numbering are discussed in this article:
http://word.mvps.org/faqs/numbering/...artMethods.htm.

Note, however, that if you do not intend to edit the numbering further, you
can "freeze" it, for each affected document: Press Alt+F11 to display the
Visual Basic Editor. Press Ctrl+G to activate the Immediate window. Type:

ActiveDocument.ConvertNumbersToText

and press Enter.

--
Stefan Blom
Microsoft Word MVP


"sarah1234" wrote in message
...
Hi there

In Word 2003 I am working on a template ('Base document') to bring in a
number of Procedures from separate files using the Includetext field.

The procedures use a numbered heading style, which numbers correctly in
the
base document. However, using normal numbering in the text means that in
the
base document with a number of different procedures pulled in, the
numbering
won't automatically restart. The numbering in each procedure continues
from
the one previous.

How can I set it up so that the numbering restarts? Or so that each time
we
use Heading 2, the numbering restarts?

Any thoughts would be greatly appreciated








  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default IncludeText/Insert File as Link + Numbering

You are welcome.

Indeed, sometimes manual numbering is the easiest approach, especially for
short, structured documents.

--
Stefan Blom
Microsoft Word MVP


"sarah1234" wrote in message
...
Thanks very much for all your help Stefan.

After researching the article plus others, because it is for a template
and
due to development time constraints, we have modified the style to have no
numbering and we will number manually.

Thanks again

"Stefan Blom" wrote:

Restart methods for style-based numbering are discussed in this article:
http://word.mvps.org/faqs/numbering/...artMethods.htm.

Note, however, that if you do not intend to edit the numbering further,
you
can "freeze" it, for each affected document: Press Alt+F11 to display the
Visual Basic Editor. Press Ctrl+G to activate the Immediate window. Type:

ActiveDocument.ConvertNumbersToText

and press Enter.

--
Stefan Blom
Microsoft Word MVP


"sarah1234" wrote in message
...
Hi there

In Word 2003 I am working on a template ('Base document') to bring in a
number of Procedures from separate files using the Includetext field.

The procedures use a numbered heading style, which numbers correctly in
the
base document. However, using normal numbering in the text means that
in
the
base document with a number of different procedures pulled in, the
numbering
won't automatically restart. The numbering in each procedure continues
from
the one previous.

How can I set it up so that the numbering restarts? Or so that each
time
we
use Heading 2, the numbering restarts?

Any thoughts would be greatly appreciated













  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Ember Ember is offline
external usenet poster
 
Posts: 22
Default IncludeText/Insert File as Link + Numbering

Stefan (or anyone really) -
If I chose to go the Alt+F11 then Ctrl+G route, do you know if this would
have to be done everytime the "affected document" was opened?

I ask because I am creating a manual but may not be the only one editing or
adding content to "affected documents" and was wondering if I was going to
have to pass this trick onto anyone else.

Thanks!

"Stefan Blom" wrote:

Restart methods for style-based numbering are discussed in this article:
http://word.mvps.org/faqs/numbering/...artMethods.htm.

Note, however, that if you do not intend to edit the numbering further, you
can "freeze" it, for each affected document: Press Alt+F11 to display the
Visual Basic Editor. Press Ctrl+G to activate the Immediate window. Type:

ActiveDocument.ConvertNumbersToText

and press Enter.

--
Stefan Blom
Microsoft Word MVP


"sarah1234" wrote in message
...
Hi there

In Word 2003 I am working on a template ('Base document') to bring in a
number of Procedures from separate files using the Includetext field.

The procedures use a numbered heading style, which numbers correctly in
the
base document. However, using normal numbering in the text means that in
the
base document with a number of different procedures pulled in, the
numbering
won't automatically restart. The numbering in each procedure continues
from
the one previous.

How can I set it up so that the numbering restarts? Or so that each time
we
use Heading 2, the numbering restarts?

Any thoughts would be greatly appreciated










  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Robert M. Franz (RMF) Robert M. Franz (RMF) is offline
external usenet poster
 
Posts: 1,741
Default IncludeText/Insert File as Link + Numbering

Hello Ember

Ember wrote:
Stefan (or anyone really) -
If I chose to go the Alt+F11 then Ctrl+G route, do you know if this would
have to be done everytime the "affected document" was opened?


no, the VBA command Stefan was referring to converts the numbering to
ordinary text. Word cannot renumber that anymore.

[..]
Note, however, that if you do not intend to edit the numbering further, you
can "freeze" it, for each affected document: Press Alt+F11 to display the
Visual Basic Editor. Press Ctrl+G to activate the Immediate window. Type:

ActiveDocument.ConvertNumbersToText

and press Enter.


--
/"\ ASCII Ribbon Campaign | MSFT |
\ / | MVP | Scientific Reports
X Against HTML | for | with Word?
/ \ in e-mail & news | Word | http://www.masteringword.eu/
  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default IncludeText/Insert File as Link + Numbering

With the caveat that if there is numbering linked to the style, resetting
the paragraph style (Ctrl+Q) will restore the numbering.

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

"Robert M. Franz (RMF)" wrote in message
...
Hello Ember

Ember wrote:
Stefan (or anyone really) - If I chose to go the Alt+F11 then Ctrl+G
route, do you know if this would have to be done everytime the "affected
document" was opened?


no, the VBA command Stefan was referring to converts the numbering to
ordinary text. Word cannot renumber that anymore.

[..]
Note, however, that if you do not intend to edit the numbering further,
you can "freeze" it, for each affected document: Press Alt+F11 to
display the Visual Basic Editor. Press Ctrl+G to activate the Immediate
window. Type:

ActiveDocument.ConvertNumbersToText

and press Enter.


--
/"\ ASCII Ribbon Campaign | MSFT |
\ / | MVP | Scientific Reports
X Against HTML | for | with Word?
/ \ in e-mail & news | Word | http://www.masteringword.eu/



  #8   Report Post  
Posted to microsoft.public.word.docmanagement
Ember Ember is offline
external usenet poster
 
Posts: 22
Default IncludeText/Insert File as Link + Numbering

So if someone else went in to edit the document (by adding a step to a
current numbered list) then it would not be numbered? That editor would need
to reset the paragraph, make the addition, then "freeze" the numbering?

Thanks!

"Robert M. Franz (RMF)" wrote:

Hello Ember

Ember wrote:
Stefan (or anyone really) -
If I chose to go the Alt+F11 then Ctrl+G route, do you know if this would
have to be done everytime the "affected document" was opened?


no, the VBA command Stefan was referring to converts the numbering to
ordinary text. Word cannot renumber that anymore.

[..]
Note, however, that if you do not intend to edit the numbering further, you
can "freeze" it, for each affected document: Press Alt+F11 to display the
Visual Basic Editor. Press Ctrl+G to activate the Immediate window. Type:

ActiveDocument.ConvertNumbersToText

and press Enter.


--
/"\ ASCII Ribbon Campaign | MSFT |
\ / | MVP | Scientific Reports
X Against HTML | for | with Word?
/ \ in e-mail & news | Word | http://www.masteringword.eu/

  #9   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default IncludeText/Insert File as Link + Numbering

Yes.

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

"Ember" wrote in message
...
So if someone else went in to edit the document (by adding a step to a
current numbered list) then it would not be numbered? That editor would
need
to reset the paragraph, make the addition, then "freeze" the numbering?

Thanks!

"Robert M. Franz (RMF)" wrote:

Hello Ember

Ember wrote:
Stefan (or anyone really) -
If I chose to go the Alt+F11 then Ctrl+G route, do you know if this
would
have to be done everytime the "affected document" was opened?


no, the VBA command Stefan was referring to converts the numbering to
ordinary text. Word cannot renumber that anymore.

[..]
Note, however, that if you do not intend to edit the numbering
further, you
can "freeze" it, for each affected document: Press Alt+F11 to display
the
Visual Basic Editor. Press Ctrl+G to activate the Immediate window.
Type:

ActiveDocument.ConvertNumbersToText

and press Enter.


--
/"\ ASCII Ribbon Campaign | MSFT |
\ / | MVP | Scientific Reports
X Against HTML | for | with Word?
/ \ in e-mail & news | Word | http://www.masteringword.eu/



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
Insert Text as Link Numbering Issue S. Bevins[_2_] Microsoft Word Help 1 September 27th 07 02:45 PM
Numbering goes CRAZY after insert File KenRamoska Microsoft Word Help 2 May 4th 06 01:16 PM
Word 2003 Insert & Link pictures link only. Why? LauraCrooks Microsoft Word Help 3 December 1st 05 10:48 PM
Insert a link to a PDF File into a Word Document..urgent answer ne BigMike044 Microsoft Word Help 0 February 25th 05 11:51 PM
Master/Sub Document vs. Insert File as Link Ron Formatting Long Documents 1 February 15th 05 10:41 PM


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