Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I would like to make the entire row background color yellow when checked. Private Sub Worksheet_SelectionChange(ByVal Target As Range) Application.EnableEvents = False On Error GoTo sub_exit If Not Intersect(Target, Range("A1:A100")) Is Nothing Then With Target If .Value = "a" Then .Value = "" Else .Value = "a" .Font.Name = "Marlett" &! nbsp; End If End With End If sub_exit: Application.EnableEvents = True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
more rows highlight than I want | Excel Discussion (Misc queries) | |||
highlight duplicate rows | Excel Discussion (Misc queries) | |||
Highlight rows | Excel Worksheet Functions | |||
Can I highlight all the odd rows in Excel? | Excel Discussion (Misc queries) | |||
Any way to highlight rows without using macros? | Excel Discussion (Misc queries) |