[英]How to get the name of the last author?
我使用下面的代码来获取最后修改的用户名。
LastAuthor = ActiveWorkbook.BuiltinDocumentProperties("Last Author")
Range(Cells(I + 1, 4), Cells(I + 1, 4)) = LastAuthor
我为每个 Excel 文件获取我的名字而不是其他用户。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.