File Properties

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
activeworkbook.BuiltinDocumentProperties("title") = "Test book"

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top