View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
KC KC is offline
external usenet poster
 
Posts: 94
Default Deselect a cell in a discontiguous range

bad luck!
workaround: http://www.cpearson.com/excel/UnSelect.aspx

-kc
*Click YES if this helps

"Excel_VBA_Newb" wrote:

If I select a range of discontinuous cells (I.E. A1, A3, A5, A8), how can I
deselect "A5" withouth deselecting all cells and then having to then select
all cells except "A5"? (This scenario is vastly simplified).

Thanks!