Hi...
I have a textbox and a command button..
and i want to paste the text from the clipboard to the text So:

Command1_click:
text1.seltext=clipboard.gettext
End sub

So when i click on the command button the content of the clipboard will paste into the text box
but here is the problem...I only want it to paste 1 time..you see if i exemple copy the word "HHHH" when i click on the command1 it will paste it over and over like that "HHHHHHHHHHHHHHHHHHHHHHHHHHH" but i just want it to paste it one time "HHHH" even if i kepp clicking on the command button..
....................................................................................................
I'm sure that you didn't understand a word cause i'm not that good with english