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.
Subject:Re: Word Macro's From:Kris Olberg <KJOlberg -at- AOL -dot- COM> Date:Wed, 25 Oct 1995 12:19:40 -0400
In a message dated 95-10-24 14:36:09 EDT, dolores_gardner -at- QR -dot- COM (Dolores
Gardner) writes:
>Is there a way with Word macro's to program a macro to let you fill in
>specific
> text to find to perform a operation on? I'm going to be getting output
from
> PowerDoc in a word file that needs certain repetitive formatting and I need
>to
> be able to have the macro let me specify a heading title to go to and then
>have
> the macro change it to a certain heading style.
You might be able to accomplish this without writing a macro. Become familiar
with all of the functionality of Word's Edit,Replace function before you
consider a macro. If you find that you do need a macro, learn how to create a
simple dialog box for entering the text string. Then use that string as input
to the macro. You'll need slightly-more-than-basic programming skills to do
this. E-mail me privately if you want to discuss more.