Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ooops!
Private Sub Worksheet_SelectionChange(ByVal Target As Range) Dim strRow As String Cells.FormatConditions.Delete With Target.EntireRow strRow = .Address .FormatConditions.Delete .FormatConditions.Add Type:=xlExpression, _ Formula1:="=COUNTA(" & strRow & ")0" .FormatConditions(1).Font.Bold = True .FormatConditions(1).Interior.ColorIndex = 15 End With End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I forgot my password, how do I open a sheet if I forgot the pass | Excel Worksheet Functions | |||
Forgot Password on a sheet and tab - how do I copy and paste | Excel Worksheet Functions | |||
I forgot how to duplicate SCH 051 | Excel Worksheet Functions | |||
Forgot | Excel Worksheet Functions | |||
FOrgot Password | Excel Worksheet Functions |