Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default 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!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 373
Default 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!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Change document properties

Zone schrieb:

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


Great! Thanks!
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default 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!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Document Properties Bauhinia Excel Discussion (Misc queries) 1 October 23rd 07 12:33 PM
Properties of a document, help! Jason Excel Worksheet Functions 2 February 24th 06 10:47 AM
Document Properties Barb R. Excel Worksheet Functions 5 May 23rd 05 04:55 PM
Document properties Rob Bovey Excel Programming 0 July 20th 04 07:09 PM
Document properties Tom Ogilvy Excel Programming 0 July 20th 04 06:58 PM


All times are GMT +1. The time now is 09:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"