发布网友 发布时间:2022-04-23 19:31
共3个回答
热心网友 时间:2023-10-03 04:27
按Alt+F11粘贴代码,效果如图
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Cells.Interior.ColorIndex = 4 '清除所有背景色
Rows(Target.Row).Interior.ColorIndex = 40 '设置当前列颜色
Columns(Target.Column).Interior.ColorIndex = 40 '设置当前行颜色
End Sub
热心网友 时间:2023-10-03 04:27
还需要进一步的……热心网友 时间:2023-10-03 04:28
搜索一下关键词:vba 历遍文件夹 提取数据