Word Form field not used leaves space

K

KB

Form Fields created in a paragraph that are not used, leave approximately 5
spaces - the text does not wrap to fill in the space used by the field
itself. Any ideas on how to remove the space?
 
D

Dawn Crosier

What I would do is format the form field for 1 space. When you insert
a standard form field into a document it defaults to 5 spaces.
However, if you double click on it, you can change the properties so
that the default value is a single space. Don't change the

Other options include VBA macros which would go through your document
and test to see whether values were in the fields, if not, delete the
fields.

--
Dawn Crosier
Microsoft MVP
"Education Lasts a Lifetime"

This message is posted to a newsgroup. Please post replies and
questions to the newsgroup so that others can learn as well.
 
K

KB

The form fields being used could contain up to 25+ characters when used, when
not used I wrote instructions for the users to press the spacebar. This left
only one space between the words in the paragraph and the field itself.
Thank you for your reply.
--
Karen Burns
Technology Documentation and Training Specialist
EPISD


Dawn Crosier said:
What I would do is format the form field for 1 space. When you insert
a standard form field into a document it defaults to 5 spaces.
However, if you double click on it, you can change the properties so
that the default value is a single space. Don't change the

Other options include VBA macros which would go through your document
and test to see whether values were in the fields, if not, delete the
fields.

--
Dawn Crosier
Microsoft MVP
"Education Lasts a Lifetime"

This message is posted to a newsgroup. Please post replies and
questions to the newsgroup so that others can learn as well.
 
Top