Questions tagged [powerpoint-2010]

PowerPoint 2010 is the presentation graphics software in the Microsoft 2010 Office suite. With PowerPoint, you can use its easy-to-use predefined layouts, themes, and templates to create dynamic and professional presentations.

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

With PowerPoint, you can use its easy-to-use predefined layouts, themes, and templates to create dynamic and professional presentations.

142 questions
0
votes
0 answers

Office Powerpoint Ribbon item and mouseover event?

I am trying to create a Ribbon menu in the Powerpoint that has some similar feature to the standard one. My question is : Is it possible to create an Office Powerpoint Ribbon menu like the standard built-in menu as follow, and catch the mouse over…
chipbk10
  • 5,783
  • 12
  • 49
  • 85
0
votes
1 answer

Assign label to Powerpoint Add-in Object

Can I assign a label to a specific Powerpoint Add-in object (prefer written in C# language)? For example, is it possible to add a button in the corner of each shape of a slide? Please take a look at the following figure: As I understand, there are…
chipbk10
  • 5,783
  • 12
  • 49
  • 85
0
votes
1 answer

Powerpoint 2010 : change MS Equation 3 objects font color OR background programmatically

Thanks to this question ( Macro to convert equations into images in Powerpoint 2010 ) I have some VBS code that loops through equations in a ppt and converts them to images. However I'm interested in changing the font color of such equations to…
Marco
  • 87
  • 3
  • 11
0
votes
1 answer

How to change powerpoint pictures in widescreen format

Hi I'am a Newbee in the world of PowerPoint VBA and hope my english is not too bad: I have to solve the following problem in PowerPoint 2010: First I change into the 16:9 widescreen format, then I go through to every picture which are now too big…
kiki
  • 1
  • 2
0
votes
0 answers

PowerPoint Add-In on Android Mobile device

My purpose is creating a Powerpoint Presentation with extended features (the add-in function), and allow displaying on all kind of devices (desktop, mobile, tablet, TV screen). I created a PowerPoint add-in by C#, in which the PowerPoint is provided…
chipbk10
  • 5,783
  • 12
  • 49
  • 85
0
votes
1 answer

set LanguageID of powerpoint presentation

I want to set the LanguageId property of a Powerpoint Presentation, i know that I can access the LanguageId property of the individual slide like this Slides[].Shapes[].TextFrame2.TextRange.LanguageID and set them using a foreach loop. But, what…
aromore
  • 977
  • 2
  • 10
  • 25
0
votes
1 answer

PowerPoint change chart data source programmatically using c# COM interop

I'm making an application, that downloads data and generates PowerPoint presentation out out of it. I managed to get create a chart and access the data like this: Microsoft.Office.Interop.PowerPoint.Shape Shape; Microsoft.Office.Interop.Graph.Chart…
DAud
  • 41
  • 1
  • 6
0
votes
1 answer

Facing an issue while rendering PPTs of Powerpoint 2013 through poweroint API in my application

I am facing an issue while rendering slides of presentations made in PowerPoint 2013. Actual Scenario: I have a presentation let's say "test.pptx", just created in PowerPoint 2013 & let's say there are four slides. Now while i am rendering slides in…
Vinod Bhatt
  • 701
  • 1
  • 6
  • 11
0
votes
1 answer

Copy a shape from a PowerPoint Master slide layout to the cu

In PowerPoint 2010: I would like to create a macro that will copy a shape that I created on one of the layout slides of the master slide, and will paste it to the active slide - the slide that i'm on now when I'm running that macro. (I need it so…
0
votes
3 answers

How can I enable highlight when mouse over into VBA?

how can I enable highlight when mouse over into VBA? I write a marco into VBA, that after creating a new shape the shape should be enabled highlight when mouse over. Maybe with color? Thank you argonist
argonist
  • 173
  • 1
  • 6
  • 14
0
votes
1 answer

Why does the video not stop exactly on the bookmark?

I made a test video to check how exact the PP links are. If someone clicks on the text, then the video should play from start-bookmark to end-bookmark. It stops not always on the end-bookmark! why? performance problem on powerpoint? I want to put…
Argonist
  • 7
  • 1
  • 7
0
votes
1 answer

Check for dialog box event using windows API in C#

I'm trying to check for dialog box open and close events in powerpoint 2010 (example: Saveas dialog box) using C#.net. Is there any other way to find out the events?
Rokr_13
  • 95
  • 1
  • 1
  • 6
0
votes
1 answer

Can one change the number/order of comments?

I wanted to use comments (little markers with my initials and a number) on some PowerPoint slides showing a flow of events to provide an indication in which order things happen and - since the comments pop up when hovering over the marker - at the…
mmo
  • 3,897
  • 11
  • 42
  • 63
0
votes
1 answer

Is there a PowerPoint equivalent of Word's ToggleRibbon? Or another way to accomplish the same thing?

[In Office 2007+, you can cause the ribbon to be minimized so that only the tab names are shown, which makes it look a bit like a menu bar. The full ribbon is then only shown when you click on a tab. This ribbon state is what I'm trying to…
Gary McGill
  • 26,400
  • 25
  • 118
  • 202
0
votes
1 answer

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 editing is disabled. The strip also includes an…
Gary McGill
  • 26,400
  • 25
  • 118
  • 202
1 2 3
9
10