From: Stanley on
I have a textbox control in a template. I would like to put in VBA code (or
some other way) to limit the number of characters entered in the field.
Thanks,
Stanley
From: Gordon Bentley-Mix on
Use the MaxLength property.
--
Cheers!

Gordon Bentley-Mix

"Stanley" <Stanley(a)discussions.microsoft.com> wrote in message
news:C3CB3AF8-CACD-494D-B11E-41CEC3DE1D04(a)microsoft.com...
> I have a textbox control in a template. I would like to put in VBA code
> (or
> some other way) to limit the number of characters entered in the field.
> Thanks,
> Stanley