File Properties

A

Andrew

Is there a way to change the details in the Summary tab of the File
Properties dialog box (e.g. Title / Keywords / Comments) through using a
macro?

Thanks,

Andrew
 
B

Bob Phillips

activeworkbook.BuiltinDocumentProperties("title") = "Test book"

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
A

Andrew

Exactly what I was looking for.

Thanks,

Andrew

Bob Phillips said:
activeworkbook.BuiltinDocumentProperties("title") = "Test book"

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top