ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   In Excel can I automatically highlight the row im working on? (https://www.excelbanter.com/excel-discussion-misc-queries/112145-excel-can-i-automatically-highlight-row-im-working.html)

JPAP

In Excel can I automatically highlight the row im working on?
 
When Im working in excel it shere ay way to automatically highlight the
entire row im currently on? so when I moove the bow to a new row the
highlight moves too?

Carim

In Excel can I automatically highlight the row im working on?
 
Hi,

I am using the following to highlight current activecell ...

Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
Cells.Interior.ColorIndex = xlNone
Target.Interior.ColorIndex = 6
End Sub


HTH
Cheers
Carim


Marcelo

In Excel can I automatically highlight the row im working on?
 
Hi,

Chip Person has it at:
http://www.cpearson.com/excel/RowLiner.htm

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"JPAP" escreveu:

When Im working in excel it shere ay way to automatically highlight the
entire row im currently on? so when I moove the bow to a new row the
highlight moves too?



All times are GMT +1. The time now is 08:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com