Searched refs:getAppSpecificCommentBuiltInDocProperty (Results 1 – 4 of 4) sorted by relevance
109 Public Function getAppSpecificCommentBuiltInDocProperty(currDoc As Workbook) As DocumentProperty function110 Set getAppSpecificCommentBuiltInDocProperty = currDoc.BuiltinDocumentProperties("Comments")
99 Public Function getAppSpecificCommentBuiltInDocProperty(currDoc As Document) As DocumentProperty function100 …Set getAppSpecificCommentBuiltInDocProperty = currDoc.BuiltInDocumentProperties(wdPropertyComments)
108 Public Function getAppSpecificCommentBuiltInDocProperty(currDoc As Presentation) As DocumentProperty function109 Set getAppSpecificCommentBuiltInDocProperty = currDoc.BuiltInDocumentProperties("Comments")
112 Set commentProp = getAppSpecificCommentBuiltInDocProperty(currDoc)
Completed in 19 milliseconds