excel一按单元格横竖都出条

发布网友 发布时间:2022-04-24 03:37

我来回答

1个回答

热心网友 时间:2023-10-25 10:16

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Cells.Interior.Pattern = xlNone
Rows(Target.Row).Interior.Color = 65535
Columns(Target.Column).Interior.Color = 65535
End Sub

这段宏在你表格的VBE中,是它在起作用了,所以才会你说的情况。ALT+F11打开,双击左侧的表格,删除代码,关闭,就可以了。
参考我之前的回答:
http://zhidao.baidu.com/question/2202013712854294428.html?from=pubpage&msgtype=2

热心网友 时间:2023-10-25 10:16

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Cells.Interior.Pattern = xlNone
Rows(Target.Row).Interior.Color = 65535
Columns(Target.Column).Interior.Color = 65535
End Sub

这段宏在你表格的VBE中,是它在起作用了,所以才会你说的情况。ALT+F11打开,双击左侧的表格,删除代码,关闭,就可以了。
参考我之前的回答:
http://zhidao.baidu.com/question/2202013712854294428.html?from=pubpage&msgtype=2

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com