I have data entry form that the first input should be a unit number consisting of 6 numbers in a text box,. This input puts the 6 numbers in a dataTable in a sheet (Ex, sheet 1 cell A1). How can validate this input, in VBA ?
I formatted the cell in the target sheet, but I need to validate in the input from. I want to make the user to stop by popping a msgbox alerting that he/she needs to input 6 number not 1,2 3 4, 5 ,7 etc, or any other data type (or even better disable all the other input objects to be disable if the user doesn’t input the 6 integers).
Bookmarks