How to add built-in doc properties using an AddIn.

A

Antoine Venrooij

Hi,

When I use an AddIn the built-in document properties are not saved together
with the presentation.
If I unloch the add in and use a .pot file via File, New I get the built-in
document properties want.
What VBA is needed to activate these built-in doc properties on saving?
 
A

Antoine Venrooij

Thank you Steve

Lots of macros are inside the AddIn.
When you save a presentation its controle is taken over by the VBA instead
of me as current user.
The difference in saving is shown when you select File, Properties, Summary
TAB.
You see e.g. behind the template: nothing in case the AddIn is active and
the active pot when the adIn is diabled.

Does this clarify things?

Antoine
 
A

Antoine Venrooij

Steve,

A colleague is programming VBA code to work with a specific toolbar. This is
realized using an AddIn. When you do not use the AddIn the document
properties are shown differently on those using an AddIn. It should behave
in such a way that if a user saves a presentation using the AddIn the
properties which are edited during the creation of the presentation (Title,
Author, Company and Template:) these are saved together with the
presentation.

He succeded writing VBA code to simulate this behaviour and with good
results already.
Thank you for your help.

Regards

Antoine
 

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

Top