J
Jim Dahlstrom
Thanks to all that respond.
Using VBA - Word 2002 / Office XP / Windows 2000
Some of my routines result in multiple, fairly large
entries in the Clipboard. I want to clear the Clipboard
of all entries. How can I do that?
I have been to
http://word.mvps.org/FAQs/MacrosVBA/ManipulateClipboard.htm
, have a user form defined, and "Microsoft Forms 2.0
Object Library" is set in the references. When I run the
code;
Dim MyData As DataObject
Set MyData = New DataObject
MyData.SetText ""
MyData.PutInClipboard
the routine is stepped through, but nothing is cleared.
What am I missing??
Thanks,
Jim D.
Using VBA - Word 2002 / Office XP / Windows 2000
Some of my routines result in multiple, fairly large
entries in the Clipboard. I want to clear the Clipboard
of all entries. How can I do that?
I have been to
http://word.mvps.org/FAQs/MacrosVBA/ManipulateClipboard.htm
, have a user form defined, and "Microsoft Forms 2.0
Object Library" is set in the references. When I run the
code;
Dim MyData As DataObject
Set MyData = New DataObject
MyData.SetText ""
MyData.PutInClipboard
the routine is stepped through, but nothing is cleared.
What am I missing??
Thanks,
Jim D.