How do I have a cell highlight when selected?

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

Guest

How can I have a cell highlight when it's selected. Whether I use the tab or
arrow key to get to the cell throughout the spreadsheet, is there a way to
have it automatically highlight (in any color) once selected?
 
It does highlight with a big black rectangle around it. What else do you want?
You could put something in the Worksheet_SelectionChange event or create a
workbook class.
HTH,
 
Back
Top