unselect nonadjacent cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Once I select nonadjacent cells (using ctrl) how can I unselect just one cell
without starting over?
 
Hi Dee

AFAIK it can't be done :( but i will be watching this post to see if
someone can come up with a way as its something that bugs me too!

Cheers
JulieD
 
Dee and Julie

Cannot be done without using VBA.

Chip Pearson wrote some code for this.

Adds a couple of "unselect" commands to the Cells right-click menu.

Read both of Chip's posts to get all the code.

First post is a couple of macros, second post is Workbook_Open code to call
the macros.

http://www.google.com/groups?threadm=#[email protected]


Gord Dibben Excel MVP
 
Back
Top