add VB6 Clipboard object
Never done it, but you would have to build a dll in VB6 with the object
include I believe. Rob Bovey has related information on this in the past
(no on the clibboard object - but this type of approach in general). You
can search the archives for his postings.
Some may suggest the dataobject in vba or Chip Pearson's page on this, but
this is for text only.
You might be able to do something with the windows API - again, not
something I have done.
Regards,
Tom Ogilvy
John A Grandy wrote in message
...
in VB6 there is a Clipboard object which makes it possible to load the
Windows Clipboard programmatically ....
.... i can't figure out a way to make this functionality available within
Excel ....
|