Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
delete the test values, but do not delete the formulas | Excel Discussion (Misc queries) | |||
How to Delete a Range in Closed Workbook (to Replace Delete Query) | Excel Discussion (Misc queries) | |||
How do i delete a macro in Excel 2003 when delete isn't highlight | Excel Discussion (Misc queries) | |||
How to delete rows when List toolbar's "delete" isnt highlighted? | Excel Worksheet Functions |