在EXCEL表格中如何使所选单元格对应的行和列都变色,求高手赐教。
发布网友
发布时间:2022-04-24 18:30
我来回答
共4个回答
热心网友
时间:2023-11-01 11:20
在表格名称“Sheet1、Sheet2”那里,点击右键,查看代码,把下面这段代码粘贴进去。然后回到表格中来就可以实现你要的目的了。
Private
Sub
Worksheet_SelectionChange(ByVal
Target
As
Range)
Rows.Interior.ColorIndex
=
0
x
=
ActiveCell.Row
y
=
ActiveCell.Column
Rows(x).Interior.ColorIndex
=
6
Columns(y).Interior.ColorIndex
=
6
End
Sub
热心网友
时间:2023-11-01 11:20
在表格名称“Sheet1、Sheet2”那里,点击右键,查看代码,把下面这段代码粘贴进去。然后回到表格中来就可以实现你要的目的了。
Private
Sub
Worksheet_SelectionChange(ByVal
Target
As
Range)
Rows.Interior.ColorIndex
=
0
x
=
ActiveCell.Row
y
=
ActiveCell.Column
Rows(x).Interior.ColorIndex
=
6
Columns(y).Interior.ColorIndex
=
6
End
...
在表格名称“Sheet1、Sheet2”那里,点击右键,查看代码,把下面这段代码粘贴进去。然后回到表格中来就可以实现你要的目的了。
Private
Sub
Worksheet_SelectionChange(ByVal
Target
As
Range)
Rows.Interior.ColorIndex
=
0
x
=
ActiveCell.Row
y
=
ActiveCell.Column
Rows(x).Interior.ColorIndex
=
6
Columns(y).Interior.ColorIndex
=
6
End
Sub
全部
热心网友
时间:2023-11-01 11:21
下载易用宝,里边有个聚光灯工具,可以行,列,和行列同时改变颜色,不影响原有颜色设置,防止看错行追问没反应,没用。
热心网友
时间:2023-11-01 11:21
安装Excel易用宝,它有个聚光灯功能