3
votes
4answers
4k views

Defining macros in Power Point 2007?

It USED to be the case in Office 2003 that you could find "macros" and -- IIRC -- you had a "record macro" option. But, in PowerPoint 2007, under View->Macros, you get a macro box. None of the ...
0
votes
1answer
126 views

how to change ActiveWindow.ViewType to ppViewThumbnails in PowerPoint using vba

ActiveWindow.ViewType = ppViewThumbnails Above code run to following error message: "DocumentWindow (unknown member) : Invalid enumeration value." Help please
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 ...