Excel如何批量修改批注部分文字
1个回答
展开全部
在第一张表批量修改批注格式:
请在表名上点击右键,选中‘查看代码’,离开工作表并进入vbe编程界面,粘贴下面的代码,最后回到工作表,点击菜单“工具-宏-宏-运行aaa这个宏
sub
aaa()
x
=
sheets(1).comments.count
for
i
=
1
to
x
sheets(1).comments(i).text
text:="如何成批的修改execl单元格的批注的格式?"
sheets(1).comments(i).visible
=
true
sheets(1).comments(i).shape.select
with
selection.font
.name
=
"宋体"
.fontstyle
=
"加粗"
.size
=
11
.colorindex
=
3
end
with
next
[a1].select
end
sub
请在表名上点击右键,选中‘查看代码’,离开工作表并进入vbe编程界面,粘贴下面的代码,最后回到工作表,点击菜单“工具-宏-宏-运行aaa这个宏
sub
aaa()
x
=
sheets(1).comments.count
for
i
=
1
to
x
sheets(1).comments(i).text
text:="如何成批的修改execl单元格的批注的格式?"
sheets(1).comments(i).visible
=
true
sheets(1).comments(i).shape.select
with
selection.font
.name
=
"宋体"
.fontstyle
=
"加粗"
.size
=
11
.colorindex
=
3
end
with
next
[a1].select
end
sub
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |