Workbook Properties

  • Thread starter Thread starter incjourn
  • Start date Start date
I

incjourn

How can I read and write from the workbook properties (author, subject
title, manager etc) using VBA?

I tried recording a macro and it ended up empty?

Phi
 
Hi
for reading these properties use
msgbox ActiveWorkbook.BuiltinDocumentProperties _
(prop)

for 'prop' insert for exampl 'author', 'last save time'
etc.
 

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