人气 6554

[Excel技巧] 【Ysh自定义函数】获取批注中的内容 [复制链接]

月明亮 2017-7-15 17:23:37
近来发现有些网友喜欢把内容放在批注。久而久之发现批注太多,处理很不方便,于是到处寻求把批注提取出来的办法。感觉这个需求弄成一个自定义函数挺实用的,如下图:

1478759242140111.jpg

1478759242140111.jpg

批注.jpg (40.71 KB, 下载次数: 0)下载附件 保存到相册2015-1-23 14:35 上传
这个自定义函数代码比较简单 '函数名:获取批注的作者
'返回值:字符串(String)
'--参数:rng,单元格,必填
'--示例:=GetCommentAuthor(A1)
PublicFunctionGetCommentAuthor(rngAsRange)AsString
IfNotrng.CommentIsNothingThenGetCommentAuthor=rng.Comment.Author
EndFunction
'函数名:获取批注的内容
'返回值:字符串(String)
'--参数:rng,单元格,必填
'--示例:=GetCommentText(A1)
PublicFunctionGetCommentText(rngAsRange)AsString
IfNotrng.CommentIsNothingThenGetCommentText=rng.Comment.Text
EndFunction建议不要把数据放在批注,少用批注

标签:&nbsp&nbsp&nbspexcel&nbsp批注&nbsp自定义函数&nbsp代码&nbsp字符串
您需要登录后才可以回帖 登录 | 立即注册

QQ|手机版|精益人 ( 沪ICP备19004111号-1 )|网站地图

GMT+8, 2024-12-22 23:16 , Processed in 0.258245 second(s), 23 queries .

Powered by Lean.ren X3.5 Licensed  © 2001-2030 LEAN.REN