View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default How clear the cut/copy blinking boxes after macro

application.cutcopymode = false

is one way.

John wrote:

I have macros that do various worksheet copies and they all leave the copy
selection boxes after completion. I can get rid of the solid destination
boxes by just selecting a dummy cell with a command like:
Range("pgmwono").Select, but how to I clear the blinking origin box?


--

Dave Peterson