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?