excel能否选中一行或一列时,那行就变种颜色,从而比较明显使显示选中了哪一行。没钱,悬赏5吧。

2024年11月14日 06:30
有1个网友回答
网友(1):

Private Sub Worksheet_SelectionChange(ByVal Target As Range)

    Cells.Interior.ColorIndex = 胡败桥xlNone   枯侍                      '十字光标定位

    Rows(Target.Row).Interior.Color = RGB(192, 192, 192)    ‘行着色

    Columns(Target.Column).Interior.Color = RGB(192, 192, 192)   '列着色

End Sub

吧这个代码放到你的表格里RGB(192, 192, 192)中的数字为裤猛0-255 不同数字颜色不同,请自行调整