Deselect a cell in a discontiguous range

  • Thread starter Thread starter Excel_VBA_Newb
  • Start date Start date
E

Excel_VBA_Newb

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!
 
This is how to solve it programatically; I'm wondering if there is a
keystroke to accomplish this?
 
You assign said keystroke to the macro.

Excel_VBA_Newb said:
This is how to solve it programatically; I'm wondering if there is a
keystroke to accomplish this?

:
 
Back
Top