发布网友 发布时间: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