Setting a word limit

Can I create a form that sets a word limit that can be entered by the user?
Answer
Answer

There is no simple way to do that.

If you use legacy form fields to build the form, you can set a limit on the number of characters the user can enter in each text form field, by opening the field's Properties dialog and entering a number in the "Maximum length" box. However, the field has no way to count words.

Working with macros, you could create a userform (a custom dialog box) to accept the user's input, and the code of the userform can count the words to limit the input. If you don't have at least some programming background, though, this isn't the project I'd choose as a first introduction.

_____________________________
https://jay-freedman.info

1 person found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

 
 

Question Info


Last updated July 24, 2022 Views 1,094 Applies to: