S
Susan
I copied this macro to (clear the clipboard) from the MVP FAQ site. But it
doesn't work.
(This is the first listing after a search for "clipboard")
Dim MyData As DataObject
Set MyData = New DataObject
MyData.SetText ""
MyData.PutInClipboard
I get an error that says:
Compile Error:
User-defined type not defined
And the "Dim MyData As DataObject" is highlighted
I'm new so I don't know what this means.
Please help
doesn't work.
(This is the first listing after a search for "clipboard")
Dim MyData As DataObject
Set MyData = New DataObject
MyData.SetText ""
MyData.PutInClipboard
I get an error that says:
Compile Error:
User-defined type not defined
And the "Dim MyData As DataObject" is highlighted
I'm new so I don't know what this means.
Please help