Am Samstag, den 30.01.2010, 16:03 +0100 schrieb Alessandro Rinaldi: > The subject explains everything... I really can't find a way to do that! > Thank you > Salut , take only the left side - 1 char Dim sText as String sText = "1234567890A" sText = String.Left(sText, String.Len(sText) - 1) -- Amicalement Charlie