How do I have a cell highlight when selected?

R

Rhonda

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?
 
G

Gary L Brown

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,
 
Top