Oye muchas gracias por la ayuda! si lo he logrado con "StartsWith"
Lo he puesto en el evento _TextChange(....
Cita: If Me.TextBox3.Text.StartsWith("LoQueNoDebeBorrar") = False Then
MsgBox("no borre el contenido")
Me.TextBox3.Text = "LoQueNoDebeBorrar"
End If
REALMENTE ES LO QUE NECESITABA!