M
Matt Miller
Greetings,
Is there a way to access customdocumentproperties in a powerpoint add-in
from vba running in that add-in? I want to allow the users to maintain there
own default settings, so I plan to save them as customdocumentproperties. In
a ppt file, this works great, but I'll be distributing it as an add-in.
Or, is there a better way I should be handling this? I suppose I could use
writeprivateprofilestring to stash the info the registry, but that seems like
overkill. I'd prefer to keep it all self-contained, if possible, so if the
add-in is removed nothing is left behind.
Is there a way to access customdocumentproperties in a powerpoint add-in
from vba running in that add-in? I want to allow the users to maintain there
own default settings, so I plan to save them as customdocumentproperties. In
a ppt file, this works great, but I'll be distributing it as an add-in.
Or, is there a better way I should be handling this? I suppose I could use
writeprivateprofilestring to stash the info the registry, but that seems like
overkill. I'd prefer to keep it all self-contained, if possible, so if the
add-in is removed nothing is left behind.