Copying TEXT from Textbox to other location

  • Thread starter Thread starter jason
  • Start date Start date
J

jason

I have a simple userform with a text box that returns the fullname of
the activeworkbook.I then want to be able to manually copy & paste
this text to another location e.g e-mail,worksheet or word document.At
the moment it won't let me copy it - is there a specific property for
the Text box that I need to change to allow copy/paste?

Help greatly appreciated

J
 
Highlight the text in the textbox and do Ctrl+C

That should copy it.

Regards,
Tom Ogilvy
 
Cheers Tom
Strange how it isn't possible to use the mouse to copy once it has been highlighted!

Jason
 
Back
Top