View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Workbook Properties

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

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

-----Original Message-----
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?

Phil


---
Message posted from http://www.ExcelForum.com/

.