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

Unable to Add OLEObject In PowerPoint When Cell is in Edit Mode in Seperate Excel Window

First, open a new PowerPoint and Excel Document, then click on the first(or any) cell in the Excel document until the text cursor is visible, switch back to PowerPoint and run the following VBA code(Assuming you have at least one blank slide already…
David Rogers
  • 2,601
  • 4
  • 39
  • 84
1
vote
0 answers

Run PowerPoint sub with R

I need to run a PowerPoint sub from R via: shell(shQuote(normalizePath("C:/.../VBA_Script.vbs"))). The script VBA_Script should trigger a sub called request_bank, which should open amsgboxwith the value of the variablebank(=J. P. Morgan`). I get…
tmenke
  • 21
  • 7
1
vote
0 answers

How to change the voice using SSML/XML in VBA

I successfully added text-to-speech synthesis in a MS PowerPoint 2013 application for my students. The app gives the impression of switching between an adult voice and a child voice by using SSML/XML codes to change the pitch. This worked well on…
DRC
  • 589
  • 2
  • 8
  • 30
1
vote
1 answer

VBA to export images from PowerPoint with Section and Title as filename

I'm currently working on a solution for a group within our business that will allow them to create slides using PowerPoint 2013 from a PowerPoint presentation at HD resolution with specific filenames that will be used as digital signage through a…
Xaedian
  • 13
  • 6
1
vote
1 answer

Change PowerPoint Notes Frame Size in Normal View

How can I programmatically change the position of the slidebar that appears between the PPT slide and the notes below the slide, using VBA? (the slidebar highlighted in the red box in the image below) Searching around on the MSDN, I can't find any…
jramm
  • 751
  • 1
  • 8
  • 26
1
vote
2 answers

Pass text with formatting as variable from file to file using vba

I'm relatively new to VBA and have only very limited programming experience in general, but would really appreciate some help! The ultimate goal is to pass (formatted) text from a text box in PPT as a variable between presentations. I believe it is…
Joe K
  • 85
  • 1
  • 1
  • 9
1
vote
1 answer

Dynamically changing slides based off user input in Powerpoint

I am hoping to create a PowerPoint that will enable me to check off a few boxes on the introductory slide which will then determine what a chart will look like on a slide later on in the presentation. Is this possible to do in Powerpoint only or…
1
vote
0 answers

Error: Archive file cannot be size 0. FileFormatException Unhandled

I was trying to insert a new slide into my presentation by following the https://msdn.microsoft.com/EN-US/library/office/cc850834.aspx It throws me the error: Archive file cannot be size 0 My code: string…
Shruthi
  • 11
  • 1
  • 4
1
vote
3 answers

Extract titles from powerpoint textboxes (not placeholders)?

I've a PDF file which was originally created from a PPT (which I don't have access to). I need to extract the titles/headings from each page of the PDF into a single document (format irrelevant; Excel, Notepad, Word, anything will do). The file is…
Dr Confuse
  • 605
  • 1
  • 7
  • 24
1
vote
1 answer

Importing graphics in order from folder to PowerPoint

The Situation: I am running a macro to import graphics from a folder to PowerPoint, 4 per slide in a custom format, using a macro I found here. The Issue: The order the pictures are imported is not done by the name of the file. How could I import…
1
vote
1 answer

VBA - PowerPoint 2013 - Syntax ActivePresentation.CreateVideo

I'm trying to use the function CreateVideo with PowerPoint 2013, but I don't understand which parameters I have to give. Following the explanations of the completion I was thinking to create something like that but it seems to me I'm missing some…
1
vote
1 answer

PowerPoint 2013 "PasteSpecial" won't embed Excel chart as OLE Object

I've written a macro in PowerPoint that, as part of its process, will convert a linked chart in a PowerPoint presentation to an embedded chart by copying the source Excel chart and pasting that copied chart in as an OLE object -- the specific…
1
vote
1 answer

Add hyperlink to picture using VBA Macro in PowerPoint

I am trying append a hyperlink to an image, on Click, to the Master Slide page of a PowerPoint using VBA/Macros. I have added the photo and am now looking for a function that will add 'www.comment.com/connect' Private Sub commentConnect_Click() …
dHumphrey
  • 307
  • 2
  • 7
  • 24
1
vote
0 answers

C# PowerPoint 2013 deactivate automatically extended display

I'm working on a WPF project, for desktop screen capture, and it opens .pptx files. But when I'm about to click on PP13 to open one presentation it automatically extends display to show two views: pc display in presentation helper mode and the…
jiniks
  • 11
  • 1
1
vote
0 answers

Save powerpoint presentation without image compression

I am using the powerpoint interop library to programmatically open a powerpoint presentation, make changes to it, and then save it. The problem is when I call the presentation.save() method, it compresses most of the images in the presentation. Is…
hello_world
  • 442
  • 3
  • 7