BINGO JIM!!!!..........your code works like a champ. Sorry I didn't get back
sooner but I had a computer crash due to lightning yesterday just after you
posted and I didn't get to try it until this morning.......
Happy camper here...........thanks again
Vaya con Dios,
Chuck, CABGx3
"Jim Cone" wrote:
> Chuck,
> Maybe this...
>
> Sub WhoAreYou()
> Dim choice1 As String
> Dim strMsg As String
> Do
> choice1 = InputBox("Enter PlannerCode to search for:", "Chuck Wants to Know", strMsg)
> If Len(choice1) < 3 Then Exit Do
> strMsg = "One or two characters only"
> Loop
> If Len(choice1) = 0 Then
> Exit Sub
> End If
> End Sub
> '--
> Regards,
> Jim Cone
>
>
> "CLR" <(E-Mail Removed)>
> wrote in message
> Hi All........
> I am using the following line to present the user with a opportunity to
> input some data. I would like to accept 0, 1, or 2 characters and reject 3
> or more characters for a re-do.....help please
>
> choice1 = InputBox("Enter PlannerCode to search for:")
>
> TIA
> Vaya con Dios,
> Chuck, CABGx3
>
>
>
|