TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
> Is it possible to print the formatting characters in a Word 2000 document
> without having to resort to writing code? The objective is to generate a
> hard copy of a large document, including paragraph marks and the
> like. I'm
> a reasonably savvy Word user, but I haven't been able to find an
> onboard way
> to do this.
>
Possible, yes, but quite ugly. I would think that if this is a task you want
to do more than once, you want to create a macro. Time to learn macro
programming!
It shouldn't be that hard to do. Off the top of my head and a quick glance
in Word, here's what I would do:
1. Turn on the Macro recorder.
2. Save the file.
3. On the Insert menu, insert click Symbol --> Special Characters -->
(paragraph symbol).
4. Cut the symbol you just inserted.
5. Do a Replace All, replacing all Paragraph marks (by clicking the More>>
and then Special buttons) with the paragraph symbol followed by the
paragraph mark.
6. Repeat steps 3-5 with the other symbols you want to print.
7. Save a copy of the file under a different name.
8. Print, going into the Options dialog and setting the Print Field Codes
option
9. Turn off the Macro Recorder.
10. Edit your macro, simplifying the steps that code can do more
conveniently, inserting prompts if you want, etc.
You can be very basic here, or get quite sophisticated. The VBA editor has
fairly good help, if you have an understanding of what you're trying to do
and persistent in your searches.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Develop HTML-based Help with Macromedia Dreamweaver! (STC Discount.)
**NEW DATE/LOCATION!** January 16-17, 2001, New York, NY. http://www.weisner.com/training/dreamweaver_help.htm or 800-646-9989.
Take XML and Tech Writing courses online! Our instructor-led courses
(4-6 hrs/wk) give you "hands on" experience at your convenience. STC members
get 20% off! http://www.online-learning.com/index.html.
---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.