I have a need to achieve the following:

A PowerPoint template where the user can only use certain styles (fonts, size, colors, etc).

Is it possible to have this restriction in PowerPoint (2007). Through code?

all thoughts appreciated.

link|improve this question
2  
You can write VBA code for all office applications. – kishore Jul 17 '09 at 21:00
feedback

migrated from stackoverflow.com Jul 17 '09 at 19:32

This question came from our site for professional and enthusiast programmers.

1 Answer

As kishore suggested you can write VBA to probably limit available choices, but the users could always disable the macros and have free reign. If you're in an corporate setting just providing a list of sane default color themes, fonts, and font sizes while removing other color themes and having a manager send out memos explaining only to use the approved corporate theme/fonts and colors should suffice.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.