Copying TEXT from Textbox to other location

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
 
T

Tom Ogilvy

Highlight the text in the textbox and do Ctrl+C

That should copy it.

Regards,
Tom Ogilvy
 
J

jason

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

Jason
 
Top