Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/excel/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Vba 如何在Excel中获取内置Sharepoint属性_Vba_Excel_Sharepoint_Properties - Fatal编程技术网

Vba 如何在Excel中获取内置Sharepoint属性

Vba 如何在Excel中获取内置Sharepoint属性,vba,excel,sharepoint,properties,Vba,Excel,Sharepoint,Properties,我试图从Excel工作簿中包含Sharepoint属性的工作簿中获取属性。我可以使用ThisWorkbook.ContentTypeProperties(“示例”)获取在Sharepoint中创建的属性。但是,它找不到版本和ID的任何属性 既然不是ContentTypeProperties、CustomTypeProperties或内置文档属性,我如何在Excel中检索版本和ID 谢谢你的阅读

我试图从Excel工作簿中包含Sharepoint属性的工作簿中获取属性。我可以使用ThisWorkbook.ContentTypeProperties(“示例”)获取在Sharepoint中创建的属性。但是,它找不到版本ID的任何属性

既然不是ContentTypeProperties、CustomTypeProperties或内置文档属性,我如何在Excel中检索版本和ID

谢谢你的阅读