ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Change document properties (https://www.excelbanter.com/excel-programming/397720-change-document-properties.html)

Suter

Change document properties
 
Hello

In Microsoft Excel -- File -- Properties -- Summary.
There are plenty of fields: Title, Subject, Author, Manager, Company,
Category etc.

I need to change the values (for example set Titel: New Documentation ).
How can I do it in VAB?

Thanks for helping!

Zone[_3_]

Change document properties
 
ThisWorkbook.BuiltinDocumentProperties("Title")="N ew Documentation"

"Suter" wrote in message
...
Hello

In Microsoft Excel -- File -- Properties -- Summary.
There are plenty of fields: Title, Subject, Author, Manager, Company,
Category etc.

I need to change the values (for example set Titel: New Documentation ).
How can I do it in VAB?

Thanks for helping!




Suter

Change document properties
 
Zone schrieb:

ThisWorkbook.BuiltinDocumentProperties("Title")="N ew Documentation"


Great! Thanks!

Bob Phillips

Change document properties
 
ActiveWorkbook.BuiltinDocumentProperties("Title") = "myTitle"

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Suter" wrote in message
...
Hello

In Microsoft Excel -- File -- Properties -- Summary.
There are plenty of fields: Title, Subject, Author, Manager, Company,
Category etc.

I need to change the values (for example set Titel: New Documentation ).
How can I do it in VAB?

Thanks for helping!





All times are GMT +1. The time now is 08:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com