G
Greg Glynn
Is there a better way to copy the contents of a variable into the
clipboard (other than, as below, copy it to a temporary cell)
MyString = "Put this in to the clipboard"
Range("A100") = MyString
Range("A100").Copy
Range("A100").ClearContents
Regards
Greg
clipboard (other than, as below, copy it to a temporary cell)
MyString = "Put this in to the clipboard"
Range("A100") = MyString
Range("A100").Copy
Range("A100").ClearContents
Regards
Greg