html表格符合条件的标红,[求助]:自动将符合条件的单元格中的字体显示为红色...

不完善的代码,供参考:

Private Sub Worksheet_Change(ByVal Target As Range)

If Target.Count > 1 Then Exit Sub

If Target.Row = 1 Then Exit Sub

If Target.Column = 3 Or Target.Column > 6 Then Exit Sub

Dim nRow%

If Target.Column = 1 Or Target.Column = 4 Then

rq = Target.Value

je = Target.Offset(, 1).Value

Target.Resize(1, 2).Font.ColorIndex = 0

Else

je = Target.Value

rq = Target.Offset(, -1).Value

Target.Offset(, -1).Resize(1, 2).Font.ColorIndex = 0

End If

With Target

If .Column <= 2 Then

nRow = Range("d65536").End(xlUp).Row

arr = Range("d2:e" & nRow)

Else

nRow = Range("a65536").End(xlUp).Row

arr = Range("a2:b" & nRow)

End If

For i = 1 To nRow - 1

If rq = arr(i, 1) And je = arr(i, 2) Then

If .Column = 1 Or Target.Column = 4 Then

Target.Resize(1, 2).Font.ColorIndex = 3

Else

Target.Offset(, -1).Resize(1, 2).Font.ColorIndex = 3

End If

If .Column <= 2 Then

Range("d" & i + 1).Resize(1, 2).Font.ColorIndex = 3

Else

Range("a" & i + 1).Resize(1, 2).Font.ColorIndex = 3

End If

Exit For

End If

Next

End With

End Sub

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值