1

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?

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
  • Check this http://stackoverflow.com/questions/5651890/using-vba-to-get-extended-file-attributes – Neelesh Jul 30 '16 at 06:39

1 Answers1

1

I assume you mean the Company property that appears here:

enter image description here

You can use ThisDocument.BuiltInDocumentProperties("Company")

ThunderFrame
  • 9,352
  • 2
  • 29
  • 60