Storing Data Values in Powerpoint File

V

VBA Dabbler

Does anyone know how to store data values in a Powerpoint file that will
remain part of the saved file?

Analogous examples in other Office applications of what I'm referring to
here are:
1. Excel - Cells
2. Word - DocVariables
3. Access - Tables

Thanks,
VBA Dabbler
 
V

VBA Dabbler

Thanks for the direction, that will work fine.

Do you have a recommendation for embedding tag values into a slide?
 
V

VBA Dabbler

Sure. I want to "display" the value of a tag on a slide, e.g., a project
name in the header of all slides within a presentation file. What do I use
to do this? In Word you would insert a "field" naming a docvariable to
display.

Regards,
VBADabbler
 
S

Shyam Pillai

Tags in PowerPoint are used to store values, but you cannot access them in
the UI. You can only access them programmatically. I may have have
mis-interpreted your requirement to store values.


--
Regards.
Shyam Pillai

Handout Wizard
http://skp.mvps.org/how
 
Top