codice:
Dim str As String
str = NomeTextBox.Text
NomeTextBox.Text = Left(str, Len(str)-1)