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 » Page Layout
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How can I print out the styles in use in a document



 
 
Thread Tools Display Modes
  #1  
Old October 11th, 2005, 09:46 PM
Bob Radford
external usenet poster
 
Posts: n/a
Default How can I print out the styles in use in a document

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' - I can
print out the styles in use in the document but they come out in alphabetical
order and without the style applied. I would like to be able to print a
document that means something to my user group to indicate to them what style
they should be using at each point.

TIA
Bob R
  #2  
Old October 11th, 2005, 09:59 PM
Jay Freedman
external usenet poster
 
Posts: n/a
Default How can I print out the styles in use in a document

Bob Radford wrote:
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' - I can print out the styles in use in the document but they
come out in alphabetical order and without the style applied. I
would like to be able to print a document that means something to my
user group to indicate to them what style they should be using at
each point.

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.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org


  #3  
Old October 12th, 2005, 06:35 AM
Daiya Mitchell
external usenet poster
 
Posts: n/a
Default How can I print out the styles in use in a document

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

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

 




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
Word 2002 borders do not print anywhere in document Alex_Rodriguez Page Layout 1 September 27th, 2005 03:51 PM
why are print views of master document and subdocument different Ron Briody New Users 2 August 22nd, 2005 05:24 PM
during print preview legal size document cuts to letter size Jim General Discussion 0 April 19th, 2005 11:00 PM
How do I print the details view David Running & Setting Up Queries 5 August 28th, 2004 12:17 AM
Styles do not change when underlying template is changed GG General Discussion 8 July 30th, 2004 10:46 AM


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