View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Copy to Clipboard and so that I may paste to any other program

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!!!