Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Excel 2000 VBA Application on Excel 2003 | Excel Worksheet Functions | |||
How to stop Excel from automatically selecting cells? | Excel Discussion (Misc queries) | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
How do I automatically send daily email of updated Excel workbook. | Excel Discussion (Misc queries) | |||
getting data from 2 excel sheets automatically | Excel Worksheet Functions |