-
张3
发布于 2026-03-16
-
收藏
:" & Selection.Row + Selection.Rows.Count - 1).Interior.ColorIndex = 10 Columns(Selection.Column).Resize(, Selection.Columns.Count).Interior.ColorIndex = 10End Sub代码说明:当选中单元格时,自动高亮当前行和列。ColorIndex = 10 表示浅绿色高亮,可修改为其他值(如3=红色、6=...