A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Formatting Long Documents
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Outline Format Conversion



 
 
Thread Tools Display Modes
  #1  
Old January 27th, 2005, 12:19 PM
Edd
external usenet poster
 
Posts: n/a
Default Outline Format Conversion

I am interested in converting the dynamic formatting in word xp 2002 to
static formatting used in previous versions. The reason I want to do this is
to allow excerpts to be taken from a document with the formatting in place.
I have not found any built in way to do this.

I am intersted in writing a macro to apply this but I do not know how to
determine the current format level and designation. How would I go about
determining the current outline format (which level and designation such as
"A" "B" "1" ect...) for each paragraph. Is this a paragraph property that
can be read? I would prefer not to write a routine which defines the format
from scratch if I can avoid it.
  #2  
Old January 27th, 2005, 12:31 PM
Stefan Blom
external usenet poster
 
Posts: n/a
Default

There is an easy way to convert Word's autonumbering (which includes
paragraph/outline numbering and LISTNUM fields) to plain text.

Make sure that the document whose numbering you want to convert is the
active document. Press ALT+F11 to display the Visual Basic Editor.
Press CTRL+G to display the Immediate Window. In the Immediate Window,
type the following:

ActiveDocument.ConvertNumbersToText

and then press ENTER. Word removes numbering formatting and inserts
the current numbers as plain text.

Note that if you applied numbering with styles, you should also clear
numbering from the style definitions; otherwise pressing CTRL+Q will
bring it back.

--
Stefan Blom


"Edd" wrote in message
...
I am interested in converting the dynamic formatting in word xp 2002

to
static formatting used in previous versions. The reason I want to

do this is
to allow excerpts to be taken from a document with the formatting in

place.
I have not found any built in way to do this.

I am intersted in writing a macro to apply this but I do not know

how to
determine the current format level and designation. How would I go

about
determining the current outline format (which level and designation

such as
"A" "B" "1" ect...) for each paragraph. Is this a paragraph

property that
can be read? I would prefer not to write a routine which defines

the format
from scratch if I can avoid it.







 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Losing numbers on pre-formatted styles JulieG General Discussion 5 September 1st, 2004 04:38 PM
Retaining format while file conversion Jayshree General Discussion 1 August 9th, 2004 11:09 AM
Label Outline View & Print Raymond Sanborn Page Layout 2 June 2nd, 2004 09:47 PM


All times are GMT +1. The time now is 01:48 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.