Top "Powerpoint-2010" questions

PowerPoint 2010 is the presentation graphics software in the Microsoft 2010 Office suite.

How to populate an array from text file in Visual Basic for PowerPoint 2010

I'd like to define an array like: sample_array = Array( _ "foo", _ "bar", _ ... "dog", _ "cat" _ ) ...in a macro written in VB …

vba powerpoint powerpoint-2010
Create a new slide in VBA for PowerPoint 2010 with custom layout using Master

I have the following VBA code to create a new PowerPoint slide: longSlideCount = ActivePresentation.Slides.Count With ActivePresentation.Slides Set …

vba powerpoint powerpoint-2010
How to define title text and subtitle text in VBA for PowerPoint 2010

I 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-2010
how can I lock shapes in PowerPoint?

I'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-2010
Not found StoryBoarding Tab in PowerPoint

Somehow, I lost the storyboarding tab in PowerPoint. How can I recover it? thanks. I am using both PowerPoint2010, and …

powerpoint powerpoint-2010 powerpoint-2013
PowerPoint (or Excel) VBA Capture Coordinates of Mouse Click

Some 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-2010
How to format powerpoint text box in visual basic

I'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