Hello everybody !

I have a problem with the clearing of the Clipboard in Active X.

I have a program which copies the huge inside of Word-Dokument into an other word Dokument.
After this copy there is a lot in the Clipboard, which I would like to erase.

This code doesn’t work because it ist from .Net .

Set MyData = New DataObject

MyData.SetText “”
MyData.PutInClipboard

How can I erase the Clipboard in Active X ?

Thank you very much
Pavel Chaloupka