View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Ed[_9_] Ed[_9_] is offline
external usenet poster
 
Posts: 194
Default How delete the cliboard

This is how I do it with Windows 2000 and Excel 2000:

Dim doFName As MSForms.DataObject

Set doFName = New DataObject

doFName.SetText ""

doFName.PutInClipboard ' clears clipboard



HTH

Ed



"Aldo Miele" wrote in message
...
I need to know under windows Xp how is possible thru a Excel Macro to

delete
the values in the clipboard?

Clipboard.clear dosnt' work