View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Elkar Elkar is offline
external usenet poster
 
Posts: 964
Default Excel: cells prepare to copy how I remove it

Try this:

Application.CutCopyMode = False

HTH,
Elkar


"User VB Excel" wrote:

When I select cells to copy with:
Selection.Copy
What I must do to remove this selection?
I think it's easy but I cannot find how I remove this selection.
Thank you, very much!