使用 VBA (Excel) 从类型 msoMetaPropertyTypeUser 读取 ContentTypePropeties
我用 Sharepoint 创建一个新的 Excelsheet。在此表中有很多元属性。 现在我想用创建者的用户名更新一个单元格。但 Excel 无法访问此属性。
我如何从“用户”类型读取元属性。
请帮忙!
编辑:我的属性位于 ContentTypeProperties 集合中
i create a new Excelsheet with Sharepoint. In this sheet there are a lot of meta properties.
Now i want to update a cell with the username of the creator. But Excel had no access on this property.
How can i read a meta property from type "user".
Please help !
Edit: my property is in ContentTypeProperties collection
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您可以使用书中的 CustomXMLParts。该行从工作簿访问自定义 xml 部件。
May be you can use the CustomXMLParts in the book.The line access the custom xml parts from the workbook.