Thread: Question
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
DS-NTE DS-NTE is offline
external usenet poster
 
Posts: 24
Default Question

Range("A1").Select ?

knut
"kirkm" skrev i melding
...
After, for example,

If Not Intersect(Target, Range("J1:J20")) Is Nothing Then

Do stuff

End if


... the cell is left selected.

Is there any way to prevent this so the cell is left de-selected ?

If there's not - can someone tell me? Just waiting on this to finish
a project.

Thanks - Kirk