Consulting

Results 1 to 4 of 4

Thread: Solved: Limit input characters in a cell

  1. #1

    Solved: Limit input characters in a cell

    hi, how do i limit the input characters for merged cells (example: limit input to 35 characters only)? Thanks!

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Use Data Validation.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    Data Validation ==> Text Length ==> equal to ==> 35

  4. #4
    thanks! it works!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •