View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Patricia Shannon Patricia Shannon is offline
external usenet poster
 
Posts: 56
Default Copy to Clipboard and so that I may paste to any other program

I am trying to do the same thing. You can move data from the dataobject to
the clipboard. But as far as I can tell, you can only put data in the data
object from the clipboard or from a forms textbox.

"tomwashere2" wrote:

Can you give me the vba code sample on how to use it?



"NickHK" wrote:

There's also the MSForms.DataObject you can work with.

NickHK

"tomwashere2" wrote in message
...
I would simply like to know how to specify that I would like to store a
variable value to the clipboard so that I can paste that information to

other
programs at my own discretion. Thanks!!!