View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
D.2 D.2 is offline
external usenet poster
 
Posts: 8
Default DataObject and cliboard

Hello,

I tryed to use those lines:

With New DataObject
..SetText "my text"
..PutInClipboard
End With

It's suppose tu put a text in the clipboard

The point is that vba said "DataObject" is a type not defined

What is needed to make excel accept this DataObject.
The VBA-HELP uses it "as it" without any comment about that.

Please help.
Thank you.