PowerPoint 2010 is the presentation graphics software in the Microsoft 2010 Office suite.
I'd like to define an array like: sample_array = Array( _ "foo", _ "bar", _ ... "dog", _ "cat" _ ) ...in a macro written in VB …
vba powerpoint powerpoint-2010I have the following VBA code to create a new PowerPoint slide: longSlideCount = ActivePresentation.Slides.Count With ActivePresentation.Slides Set …
vba powerpoint powerpoint-2010I have the following code (VBA for PowerPoint 2010) to create a slide at the end of a presentation and insert …
visual-studio-2010 vba powerpoint powerpoint-2010I'm working on a Add-in for PowerPoint 2010 (C#) and I want to prevent the end-user to move or edit all …
c# powerpoint office-interop powerpoint-2010Somehow, I lost the storyboarding tab in PowerPoint. How can I recover it? thanks. I am using both PowerPoint2010, and …
powerpoint powerpoint-2010 powerpoint-2013Some Background: The quick background is that I am in the research stages of building an add-in for PowerPoint. My …
vba excel powerpoint cad powerpoint-2010I'm using Visual Basic in PowerPoint 2010 and I'm writing a script to import a set of pictures to a slide …
vba visual-studio-2010 powerpoint powerpoint-2010