View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dazza Dazza is offline
external usenet poster
 
Posts: 1
Default Deselecting active cells after pasting

Hi,

I've written VB code to copy and paste. The problem is when I go back to the
Excel environment, the cell that was copied is still active (i.e. it still
has that running border around it). To deselect the cell I press the esc key.
How can I do this in VB?