Copying text from a text box

C

CWillis

What code would I use to copy text from a text box. Copying the entire text
box is giving me problems.

Thanks.
 
C

CWillis

Nevermind. I was just renaming it backwards and was deleting my text. The
answer is:

textboxtext = ScrollingTextBox.Value
 
Top