I missed out on the earlier discussion. You can do this without VBA in PPT
2002.
1. Open the modified design template.
2. Open Microsoft Script Editor (Alt+Shift+F11)
3. In the 'Project explorer' double-click 'Pres.xml'
4. In the code window for 'Pres.xml', a similar listing will appear. We are
interested only in the portion which states template="Capsules".
' --------------- Snippet ---------------------
<xml xmlns:v="urn:schemas-microsoft-com:vml"
xmlns
="urn:schemas-microsoft-com
ffice
ffice"
xmlns
="urn:schemas-microsoft-com
ffice
owerpoint"
xmlns
a="urn:schemas-microsoft-com
ffice:activation">
<p
resentation sizeof="screen" gridspacingx="49152" gridspacingy="49152">
<p:master id="6" slidesn="1C357D2,E26C4180" type="main"
href="master06.htm"
xmlhref="master06.xml" template="Capsules" layout="title_body"
slots="title,body,dateTime,footer,slideNumber">
'--------------- more code --------------
' --------------- Snippet ---------------------
5. Select the text following 'template=' and replace it with the name of the
custom template.
e.g.
' --------------- Snippet ---------------------
<xml xmlns:v="urn:schemas-microsoft-com:vml"
xmlns
="urn:schemas-microsoft-com
ffice
ffice"
xmlns
="urn:schemas-microsoft-com
ffice
owerpoint"
xmlns
a="urn:schemas-microsoft-com
ffice:activation">
<p
resentation sizeof="screen" gridspacingx="49152" gridspacingy="49152">
<p:master id="6" slidesn="1C357D2,E26C4180" type="main"
href="master06.htm"
xmlhref="master06.xml" template="Bitter Tablets" layout="title_body"
slots="title,body,dateTime,footer,slideNumber">
'--------------- more code --------------
' --------------- Snippet ---------------------
6. Press Save button on the window.
7. Close the Script Editor.
8. Save as design template overwriting the existing one.
Now, whenever you apply the custom design the name 'Bitter Tablets' will
appear in the status bar.
--
Regards
Shyam Pillai
Handout Wizard
http://www.mvps.org/skp/how/