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

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?