|
|
|
Home | Tips | Library | Other Authors | Other WP Sites | Writer's Links | Contact | Site Map |
|
Toolbox for WordPerfect |
||
|
Macros, tips, and
templates for Corel® WordPerfect® for Windows® |
Page updated Dec 12, 2006 | |
| COUNTTXT - Count specific words or other text strings | |
|
Download COUNTTXT.ZIP (v1.01; 12/12/06; 7,017 bytes) Compatible with WordPerfect 8-X3+ |
A macro that searches for and counts specific words or phrases in the document (e.g., the number of times your client's name appears). This is another example of how to count text items using a search routine with a "loop-and-increment-counter". Note that the macro language limits macro variable storage to 79 characters, including spaces. This is the limit you can enter in the macro's pop up menu. TIP: You can get a count of words using Edit, Find and Replace. Just use the same word in the Replace field that you use in the Find field. WordPerfect will give you a count of the replacements. (Of course, this method modifies your document, but you can always close it without saving it.) |