Hi,
I've tried to adapt Aaron Blood's method of sending the text from a textbox to the clipboard but the code falls over in the middle line, possibly because my textbox1 is from the drawing toolbar:
Code
Sub TextCopy()
Application.SendKeys ("^c~")
InputBox "clipboard", , Sheets("Sheet1").TextBox1.Text
End Sub
If anyone knows how to adapt the above code or knows another method any help is much appreciated. Aaron's avatar is good fun too! Thanks in advance, Upside