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
1 answer

VBA Powerpoint 2010 create a chart from csv data

I'm trying to create a makro to automatically generate charts in powerpoint 2010 from data stored in a csv file. I got as far as generating the chart and reading the csv file but now im stucked with displaying the data. Here is my code so far: Sub…
Jim Knopf
  • 59
  • 7
0
votes
0 answers

Saving extracted content from VBA in powerpoint as a new excel file

I'm new to coding, VBA and VBA in powerpoint, so this might be basic but I cant seem to get around it. I'm trying to extract some text from powerpoint files and store it separately in a new file. I found a code online that helps me output the…
Dr Confuse
  • 605
  • 1
  • 7
  • 24
0
votes
1 answer

How to use both ribbon(Xml) and ribbon designer in office addin(Power point)

I am facing a situation where i have to customize existing context menu of power point? Previously i have used ribbon designer for ribbon interface .But now for context menu i have to use ribbon(XML).I have searched and found its is not possible to…
Ganesh
  • 31
  • 1
  • 5
0
votes
2 answers

How to disable "New From Existing" functionality of Powerpoint programatically?

I have written VSTO addin for Powerpoint 2010. I want to disable "New From Exisiting" functionality for powerpoint to achive some requirements. This option comes under : File -> New -> New From Existing So is there any way to block or disable this…
Ajit Medhekar
  • 1,018
  • 1
  • 10
  • 39
0
votes
0 answers

Power Point Event

Is there any type of Event in Power point that should be handled when there is changed occurred in Text Box and I click Any where in Power Point Except Text Box and It Should exist in 2007 , 2010, 2013 and above. I handled windowslectionChange but…
0
votes
1 answer

Two PPT Presentation is opening instead of one while running through VISUAL STUDIO 2010

I am facing a problem but I am not able to carve out a solution. I have written a program in which a PowerPoint presentation with two slides is developed using C#. When I run the program everything is working fine but an extra blank PowerPoint…
0
votes
1 answer

How to export JQ grid contents to Powerpoint file?

HI I'm new to MVC my project requires an option to Export a Jqgrid contents to power point slide when the export button is pressed. I Couldn't find any solution anywhere. Please help me. This is the code to display the grid. I have only included…
0
votes
2 answers

Powerpoint AddIn

I am new to powerpoint add in and looking to add custom task pane. https://msdn.microsoft.com/en-us/library/Microsoft.Office.Tools.CustomTaskPane(v=vs.110).aspx from Above link you can add custompane by using this.CustomTaskPanes.add() I cannot…
Mandar Jogalekar
  • 3,199
  • 7
  • 44
  • 85
0
votes
1 answer

Generate a PowerPoint Automated via VBA from Excel Data, Charts, Comments

What I am trying to achieve is to make an auto PowerPointPres using data, charts, comments in Excel via VBA. There are 2 things I fail to do: I need to put 4 Charts on one page in PPP instead 1 chart per page I need to keep the source formating and…
maximladus
  • 157
  • 2
  • 7
  • 19
0
votes
1 answer

Batch convert powerpoint slideshows to kiosk

So I have around 1000 powerpoint slideshows (*.pps) that run in Speaker mode which we use as documentation. I want to prohibit the user to scroll forwards and backwards manually and only close the slideshow with the ESC key. This is where kiosk…
Wouter
  • 612
  • 5
  • 14
0
votes
1 answer

Powerpoint - Bind character-size formatting of side-by-side placeholders to each other

Often, I run into the problem that I have to create slides with two text placeholders (two column-layout, side-by-side). When my text overruns the "capacity" of a placeholder, the text gets automatically resized in that specific placeholder. My…
luke
  • 25
  • 7
0
votes
1 answer

DefaultSaveFormat for Powerpoint 2010

How do I set the DefaultSaveFormat for Powerpoint 2010 for the Powerpoint with macro version?
Trampi
  • 9
  • 1
0
votes
1 answer

How to pass sheet as an argument in Powerpoint VBA?

I have been trying to work on powerpoint that has an excel database in background. For now I am having trouble passing sheets as arguement in PPT VBA. The function lastrow and lastcoulmn return an error that "user-defined type not defined". Help…
0
votes
1 answer

Open an Excel sheet from PowerPoint

I am using Office 2010 and I want to open a specific Excel from a PowerPoint slide. The PowerPoint slide should look the following: On the slide I have an object or a link and when I click on that, the desired Excel sheet opens. I tried to open it…
Carol.Kar
  • 4,581
  • 36
  • 131
  • 264
0
votes
1 answer

Is there a way to populate date values across multiple slides?

I have a presentation template used for monthly status meetings. The title slide of the template contains MONTH, where, as you may be able to tell is where the user of the template enters the month of the meeting :) There are other slides with the…
cquadrini
  • 769
  • 2
  • 12
  • 25