Is anyone aware of an error associated with MaxLength of TextBoxes, as follows: the maximum length is ignored when TextMode is set to “MultiLine”? I have a TextBox that must allow many characters, so I am using the multiple line setting on the user form. I have found that the maximum length can be exceeded...