Ok I got to easy questions for you

1) I got 2 text boxes 1 names pedfname and 1 pedlname I want it so if you type a name in either box and they combine for over 15 characters its beeps and doesnt let you finish????
I dont want to put a max on one box or the other just as a combination



2) little harder but for you guys a breeze, I have a PLUS sign and then a text box in the middle then a MINUS sign on the right when you press them they move the number in the text box up and down 6 digits per press I have an array set below for it problem is when you press plus when it is a 100 it gives me an error I want to lock it at 100 going up and 6 going down

thanks for your help,
Matt


vValues = Array( _
6, 13, 19, 25, 31, 38, _
44, 50, 56, 63, 69, _
75, 81, 88, 94, 100)