How is Disable copy on text box?

You Can’t Do It Automatically But You Can Manually Using A Logic

When Textbox1 Text Change Do 
If textbox1.text = getClipbordText ;
Then
Set text1.text = "";
Show Error You Cant Past Any things
1 Like