在excel中 点击一个单元格 会同时显示行和列 就像选中一样 这种在表
3个回答
展开全部
用vba做
按alt+f11调出vbe
双击左边你的表格,在右边代码窗口输入
private
sub
worksheet_selectionchange(byval
target
as
range)
with
target
.parent.cells.interior.colorindex
=
xlnone
.entirerow.interior.colorindex
=
6
.entirecolumn.interior.colorindex
=
6
end
with
end
sub
按alt+f11调出vbe
双击左边你的表格,在右边代码窗口输入
private
sub
worksheet_selectionchange(byval
target
as
range)
with
target
.parent.cells.interior.colorindex
=
xlnone
.entirerow.interior.colorindex
=
6
.entirecolumn.interior.colorindex
=
6
end
with
end
sub
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询