View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default how to copy / paste in userform multiline text box

Assuming you have the text to the windows clipboard:
TextBox1.Paste

If you need copy the text also, possibly from a Word document, looking into
"Automating Word from VBA" in Google
Maybe http://www.dicks-blog.com/archives/2...tomating-word/

Otherwise, depends somewhat on the source of the text.

NickHK

"wbntravis" wrote in message
...
I have this material from other documents o/s excel in another word
processor that I want to copy and paste into the multiline text box on the
userform.

Any hints on how this is done?



--
wbnTravis, from Oklahoma