Written by Allen Wyatt (last updated January 14, 2020)
This tip applies to Word 97, 2000, 2002, and 2003
You probably already know that you can print a list of the styles defined in a document by using the controls in the Print dialog box. What if you want to do the same task from within a macro, however? In that case you would use the PrintOut method as follows:
ActiveDocument.PrintOut Item:=wdPrintStyles
When you run the line, Word prints the exact same thing that would appear if you choose to print Styles in the Print What drop-down list of the Print dialog box.
Note:
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (1417) applies to Microsoft Word 97, 2000, 2002, and 2003.
Learning Made Easy! Quickly teach yourself how to format, publish, and share your content using Word 2021 or Microsoft 365. With Step by Step, you set the pace, building and practicing the skills you need, just when you need them! Check out Microsoft Word Step by Step today!
One of the basic programming structures used in VBA is the While ... Wend structure. This structure helps to make the ...
Discover MoreOne of the easiest ways to quickly access a macro is to assign it to a toolbar button. How you make the assignment ...
Discover MoreWhen configuring Word, you may want to add macros to either menus or toolbars. If you can't find your macros while doing ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2017-01-09 14:10:22
Paul Hanson
Instead of sending this list to a printer, is there a way to send it to a Word document?
Got a version of Word that uses the menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments