My Texbox has 123456

and i use this code;

MsgBox Right(Tex1.Text, 1)

but when i use MsgBox Right(Tex1.Text, 2), it display 56..

how can i display only the number 5 using the "Right" command?