Questions tagged [powerpoint-2013]

Use this tag for questions specific to the 2013 version of Microsoft's PowerPoint application.

Use this tag for questions specific to the 2013 version of Microsoft's PowerPoint application.

This tag should only be used if your question is programming-related. For non-programming-related PowerPoint questions, see SuperUser.

111 questions
1
vote
2 answers

how to split a *.pptx file into multiple slide in visual studio 2013 by the help of C#?

I am able to split a file when the extension is ".ppt" by using the Microsoft.office.interop.powerpoint.presentation.slide export method but for the pptx files it is not working. Any help?
1
vote
0 answers

Insert text with hyperlink in Powerpoint 2013 using Interop

I'm trying to add text with hyperlink in Powerpoint 2013 using Interop version 15.0 (runtine version v2.0.50727) - Powerpoint Add-in. I successfuly achieved adding hyperlink on preselected text (using same piece of code). But in case, there is no…
eCorke
  • 858
  • 1
  • 10
  • 24
1
vote
0 answers

How to create live tiles in PowerPoint 2013 for wireframing?

I am trying to create wire frames for Windows 8 store apps for initial prototyping. I have read that we can create live tiles in PowerPoint and it is demonstrated once in a keynote adress. Does anybody know how to implement live tiles in PPT?
raghu_3
  • 1,849
  • 3
  • 18
  • 29
0
votes
0 answers

Unable to change title position in power point

I am working on automation where I need to take a screenshot from a specific webpage I need to scroll down, and again I need to take a screenshot and merge both and paste it into a PowerPoint slide with heading. I am able to achieve both, but…
0
votes
1 answer

List of objects in front of an object in PowerPoint using VSTO

There are few shape objects in a PowerPoint slide. The rectangle, ellipse, parallelogram, triangle and pentagon were drawn in that order meaning rectangle is at the back of all objects. When iterating through the objects in PowerPoint, is it…
0
votes
1 answer

Correct Sequence of Colors Game using VBA in PowerPoint

I'm in the process of making a PowerPoint Escape Room for an organization I'm in. In order to incorporate more interesting and complex puzzles, I've tried to get my feet wet in VBA in order to bring such puzzles to life. One of these is this…
pching
  • 1
  • 1
0
votes
1 answer

Replace table text in PowerPoint from Excel VBA, preserve PowerPoint formatting

I am attempting to replace the text within a PowerPoint table while preserving the existing PowerPoint table formatting. Unfortunately, I have been able to find a way to do so. When I run the below code, all of the PowerPoint table text is reverted…
Gregory
  • 315
  • 1
  • 3
  • 13
0
votes
0 answers

How to open second tab of excel file when linked from powerpoint file

I have an Excel 2013 document in .xlsx format having 3 separated tabs. When I open the excel file by double-clicking, I see the first tab opening by default, which is supposed. I am linking the excel file on MS PowerPoint. However, here I want the…
Emel Uras
  • 394
  • 2
  • 13
0
votes
1 answer

Creating 3D tables in Powerpoint

I am trying to make a 3D table in Powerpoint with a gradient effect that look somewhat like the image shown below but unable to make it. None of the default designs/styles look like the one I displayed below. I could not find a matching gradient…
0
votes
1 answer

Copy PowerPoint Master Design Using VBA

I am I am trying to import PowerPoint slide design from one ppt to another. While I am able to do that successfully by using Activepresentation.applytemplate, but the problem is when I import the template the design gets applied to the entire…
Anurag Pattanayak
  • 97
  • 1
  • 3
  • 13
0
votes
1 answer

Presentations.Open Method failed for MS PowerPoint 15.0 Object Library

I am calling VBA code from an Excel spreadsheet to open an existing PowerPoint file via the Presentations.Open method. In my environment I developed via Early Binding using the MS PowerPoint 14.0 Object Library and the codes run without a…
denwong1129
  • 75
  • 1
  • 5
0
votes
0 answers

Powerpoint 2013 - How to replace "bullet, blank" by "bullet" in a whole presentation

it's all in the title ... I often retrieve .ppt presentations with poorly written slides and want to automate their reformatting. Ex: replace "* xxx" by "*xxx" I can't find how to delete a blank (or several) right after a bullet. Thanks for the…
PaterLu
  • 1
  • 1
0
votes
1 answer

How do you run vba code when changing slides in powerpoint?

I'm trying to reset the contents of some text boxes and labels when I change slides, but I'm struggling to get it to work. I've come up with this after doing a lot of googling and searching, but it doesn't seem to work. I'm trying to use the…
SunderB
  • 21
  • 2
  • 6
0
votes
1 answer

Count the group of shapes in powerpoint without using .type property

The script which I have tested is running from excel application, which will count the shapes of pictures and count of actual shapes (that is textbox,placeholder) .Below is the script which pops up messages with the count of pictures and shapes Sub…
lifeinvba
  • 69
  • 1
  • 4
  • 18
0
votes
2 answers

Set PPT Font to 'Body' Type

I am not able to paste the entirety of my code, but the crux is that I have a textbox in PPT 2013, myTb, that I have (programmatically) pasted some text into. I now want to perform the following two actions: See if the original text was the PPT…
aamailhot
  • 113
  • 2
  • 8