I know how to get author name and user name of word application. But I don't know how to get detail of Company property.
Can anybody suggest me how can I get name of company set by use in Word using VBA?
I know how to get author name and user name of word application. But I don't know how to get detail of Company property.
Can anybody suggest me how can I get name of company set by use in Word using VBA?
I assume you mean the Company property that appears here:
You can use ThisDocument.BuiltInDocumentProperties("Company")