- Joined
- May 22, 2012
- Messages
- 1
- Reaction score
- 0
Dear All
I have some experience in programming Excel VBA and now am trying to work with PPT. Unfortunately no Macro recorder is available, and I'm no programmer..
Here's my most urgent question:
How can I use VBA to change the Color Theme of the entire Presentation?
In Excel I can use a code like this (example):
But what would the code for PowerPoint be? I can't just replace ActiveWorkbook with ActivePresentation...
Need help, and can't use a workaround (Slide Master, etc..)
Would be very grateful for any advice!
I have some experience in programming Excel VBA and now am trying to work with PPT. Unfortunately no Macro recorder is available, and I'm no programmer..
Here's my most urgent question:
How can I use VBA to change the Color Theme of the entire Presentation?
In Excel I can use a code like this (example):
Code:
ActiveWorkbook.Theme.ThemeColorScheme.Load ( _
"C:\Program Files\Microsoft Office\Document Themes 14\Theme Colors\Civic.xml")
But what would the code for PowerPoint be? I can't just replace ActiveWorkbook with ActivePresentation...
Need help, and can't use a workaround (Slide Master, etc..)
Would be very grateful for any advice!