Text Box

T

Tyler

I would like to create a text box that only allows 3200 words. Is it possible
to create limits within a text box that will only allow this many characters?
 
G

Glen (TD DTP)

The easy way would be to create a form. unfortunately you can not include
form fields inside a text box, so you will have to use a table - this would
work better anyway, and you can be extremely creative with tables to force
the text to move in certain directions.

Remember the form needs to be "protected" or lock for it to work.
 
G

Glen (TD DTP)

Oh, on re-reading you might also need to include some VBA.

In t he form you can limit the number of characters, not necessarialy the
number of words. Your macro would be an on exit - word count, which would
count the number of word after someone leave that form field.

Try doing some searches on the web for similar macros for word forms.

Good Luck.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top