Guest_imported
New member
- Jan 1, 1970
- 0
hello,
In a regular text box I know we can control the number of digits that can be inputed, by making adjustments in the
property under MaxLength. But my question is, what if I want to use an Inputbox and want to set the max Length.How do I do that?
Example-> Blah=Inputbox("Please enter a numerical digit."
An Input box will pop up and as a user to input
some numerical digits. My question is how do I
set the MaxLength , for example like to only
accept only 3 digits?
In a regular text box I know we can control the number of digits that can be inputed, by making adjustments in the
property under MaxLength. But my question is, what if I want to use an Inputbox and want to set the max Length.How do I do that?
Example-> Blah=Inputbox("Please enter a numerical digit."
An Input box will pop up and as a user to input
some numerical digits. My question is how do I
set the MaxLength , for example like to only
accept only 3 digits?