How to implement the Application.AutomationSecurity property in Office XP Describes how to use the Application.AutomationSecurity property to let Office XP programs support security for solutions that programmatically open a document. This property can help your solutions avoid opening an document that is not safe...
Sample code to change the Language ID of a text box in PowerPoint This article contains a sample Microsoft Visual Basic for Applications macro ( Sub procedure) that searches a presentation for text boxes and changes the LanguageID property of the text box to US English. You can easily modify the code to change the...