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: Hidden text and Index entries From:"David M. Brown" <dmbrown -at- BROWN-INC -dot- COM> Date:Wed, 22 Jul 1998 08:44:52 -0700
Caralee McDonald wrote:
>
> The reference numbers generally appear like this: RQD107,
> where the number could be from 1 to some other number.
If there is a dependable pattern, such as "RQD followed by three
digits," then you can write your macro to search for hidden occurrences
of that string, only.
Find What: Replace With:
RQD^#^#^#
[Hidden] [Not Hidden]
(You don't even *have* to change it back, if you save before the macro
runs and close the file as soon as it's printed.)
If the pattern is "RQD followed by up to three digits," use a series of
three F-&-R passes:
Find What: Replace With:
1) RQD^#^#^#
[Hidden] [Not Hidden]
2) RQD^#^#
[Hidden] [Not Hidden]
3) RQD^#
[Hidden] [Not Hidden]
(Be sure you do it in the order shown.)
If the pattern is "three letters followed by up to three digits," use
"^$^$^$" (withouth the quotation marks, of course) instead of "RQD."
Hope this helps!
--David
==============================
David M. Brown -- Brown Inc.
dmbrown -at- brown-inc -dot- com http://www.brown-inc.com
==============================