View Single Post
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Choose Data/Validation; Allow: Text length; Data: less than or equal to;
Maximum: 16.

Note that this will not stop the user from entering more than 16
characters, but 17 or more will bring up an error dialog.



In article ,
ElonRoger wrote:

Want to limit input to cell to 16 characters.