Al final de todo creo que recién entendí tu pregunta y aquí va mi sugerencia:
Private Sub Form_Load()
Text1.Tag = Text1.Text
End Sub
Private Sub Text1_Change()
Text1.Text = Text1.Tag
End Sub
Lógicamente no te desabilitará la opcion Pegar (Enabled = False) Pero si haces click sobre ese menu contextual no te afectará el TextBox pues le pones que cada vez que cambia vuelva a su texto original