ciao a tutti

perche mi dà errore di compilazione??


codice:
Private Sub acconto_GotFocus()
    acconto.SelStart = 0
    acconto.SelLenght = Len(acconto.Text)
End Sub