> I am trying to print off a document with the markup of the styles
> used for each part so that I can use it in teaching others our 'house
[quoted text clipped - 6 lines]
> TIA
> Bob R
Hi Bob,
Word doesn't offer anything automatic for what you describe -- only the
Print What option in the Print dialog, which gives the list you mentioned.
You'll have to create your own sample document, displaying the styles with
their names and descriptions.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Daiya Mitchell - 12 Oct 2005 06:35 GMT
>> I am trying to print off a document with the markup of the styles
>> used for each part so that I can use it in teaching others our 'house
>> style'
>
> Word doesn't offer anything automatic for what you describe
This macro by MVP Doug Robbins will put the style name at the
beginning of each paragraph, if that helps.
RUN ON A COPY--it will add text to your
document.
Dim apara As Paragraph
For Each apara In ActiveDocument.Paragraphs
apara.Range.InsertBefore apara.Style & " - "
Next apara
If you don't know what to do with this, see here:
What do I do with macros sent to me by other newsgroup readers to help me
out?
I don't know how to install them and put them to use
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm
Guide to Installing Macros
http://www.gmayor.com/installing_macro.htm

Signature
Daiya Mitchell, MVP Mac/Word
Word FAQ: http://www.word.mvps.org/
MacWord Tips: <http://www.word.mvps.org/MacWordNew/>
What's an MVP? A volunteer! Read the FAQ: http://mvp.support.microsoft.com/