Wondering if there is some preference I can set in excel so that when I am in a specific cell the entire row is slightly highlighted (not overly so but enough to easily tell it out)
Similar to the fashion that Notepad++ works in tab delimeted files, and highlights the entire row.
Thanks in advance
I do not know of any built-in preferences in Excel to do this but it can be done using VBA. Place the following in “ThisWorkbook” of the VBAProject:
The code only highlights the active row if a single cell is selected so that it does not interfere when multiple cells are selected.