D
dziv
Does anyone know how to programmically clear the Word
clipboard? The following code I found on an MVP website
doesn't seem to work (and yes, the reference to the Office
2.0 Forms Library is checked):
Dim MyData As DataObject
Set MyData = New DataObject
MyData.SetText ""
MyData.PutInClipboard
Thanks so much.
clipboard? The following code I found on an MVP website
doesn't seem to work (and yes, the reference to the Office
2.0 Forms Library is checked):
Dim MyData As DataObject
Set MyData = New DataObject
MyData.SetText ""
MyData.PutInClipboard
Thanks so much.