View Single Post
 
Old 07-21-2010, 11:12 AM
gbartlet gbartlet is offline Windows 7 Office 2007
Novice
 
Join Date: Jul 2010
Posts: 1
gbartlet is on a distinguished road
Default *Word 2007 Macro for Character Count

I need a character count macro. Here's what I need it to do.

This line
...
SHORT ANSWER This text field will change all the time. (X characters)
....

Occurs in multiple places in a single Word file. I need a character count (with spaces) of "This text field will change all the time." in the "X" position after it. So, I would want it to read....

SHORT ANSWER This text field will change all the time. (41 characters)

The text field will change all the time, depending on the short answer given.

Other places need it too, instead of SHORT ANSWER it will read ANSWER.


I would think that this would be easy if you know what you are doing, but I don't. Help?
Reply With Quote