0
votes
0answers
21 views

PowerPoint macros - appear animation

I have a list of 19 books in PowerPoint. They are set to appear after each other and some time. Now I'd like to write a macro to show the publishing year on the page when the book title is shown. So ...
0
votes
1answer
112 views

Can I get rid of the “Marked as Final” strip in an Office document?

When a user opens a document (or in my case, presentation) that has been marked as final, a yellow strip appears at the top of the window explaining that the document has been marked as final and that ...
0
votes
1answer
300 views

Delete PowerPoint Slide Design that isn't part of a named set using VBA?

I have a set of custom layouts that are my approved corporate standard. There is one master and 11 custom layouts. Because users will likely be pasting in old content, I am aware that any slides they ...
0
votes
0answers
44 views

Is there a context-sensitive button like ContextualTabs?

I customize some tabs, buttons and dropDown in Ribbon for powerpoint. I did not find a context-sensitive button like ContextualTabs. It is no problem to display a customized tab, if I click a picture ...
1
vote
0answers
438 views

How to change the powerpoint view type as Reading view programmatically?

There is a new view type introduced in powerpoint 2010 called as 'Reading View'. I am trying to apply it to a presentation but the PpViewType Enumeration of office interop does not contain any member ...
0
votes
2answers
586 views

Copy Excel table to Powerpoint returns run-time error '13'

I am really struggling with this, I don't seem to be able to find the reason for my code not working: Dim i1 As Integer Dim PPapp As Object, XLapp As Object Dim slide1 As Slide, slide2 As Slide, ...