View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Excel macro for delete a clipboard container

Aldo,

Use code like

Application.CutCopyMode = False


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Aldo Morandi" wrote in
message ...
Hi
(Microsoft office XP).How is possible to delete the
clipboard with a Excel Macro ?

Tank you.