View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal[_2_] Robert Crandal[_2_] is offline
external usenet poster
 
Posts: 158
Default Undo a select operation?

This might be a dumb question, but here goes....

If I run this code:

Range("A12:M2").Select

is there a command that will "undo" or cancel the
selected region?