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

Footer content (document name) to auto update in Powerpoint

I'm trying to add the document name to my footer in powerpoint, and for it to auto populate when the document is saved. is this possible? I know it's used in microsoft word with autotext but i can't see a similar feature in ppt
user2953989
  • 2,791
  • 10
  • 36
  • 49
0
votes
2 answers

why inserted video in powerpoint 2013 cant be showed in powerpoint 2007?

i created a powerpoint presentation by office 2013 and i inserted a video in format MP4 to it .but when i open it by powerpoint 2007 the video not be showed. what is the problem.
daneshjoo
  • 27
  • 7
0
votes
1 answer

Powerpoint 2013 Compare

How can one find a only content (i.e. text) differences between two powerpoint files? I use PPT 2013. It has a compare tool, but that also finds all text box movements, animation changes, formatting differences etc., which makes it difficult to see…
0
votes
1 answer

PowerPoint VBA - Shapes.AddOLEObject - PDF not loading in Web Control?

I am using the following code to add web browser control to PowerPoint 2013 slide, Set oShp = oSld.Shapes.AddOLEObject(Left:=100, Top:=100, Width:=200, Height:=300, Classname:="Shell.Explorer", Link:=msoFalse) The web browser control is set to load…
Codename K
  • 890
  • 4
  • 23
  • 52
0
votes
0 answers

PowerPoint 2013 crashes becasue of add-in?

I have created an add-in in PowerPoint 2013 (*.ppam format). This works fine when I open the actual add-in file. But when I add it to PowerPoint 2013 to auto load it via registry, Key:…
Codename K
  • 890
  • 4
  • 23
  • 52
0
votes
1 answer

How to change font of a substring in powerpoint?

I want to change every digit in my powerpoint presentation to Times New Roman. I have found the code to change the font of whole textbox but I want to change the font of only the numbers. I have a PowerPoint Macro VBScript: Sub use_regex() Dim…
vishalaksh
  • 2,054
  • 5
  • 27
  • 45
0
votes
1 answer

create watermark in powerpoint interop c#

I have been trying to create watermark in powerpoint I have a code below where I could add picture now how do I create transparency for picture so it looks like watermark private void watermark_Click(object sender, RibbonControlEventArgs e) { …
0
votes
1 answer

How to add a shape into a powerpoint layout

I am trying to lock a shape in PowerPoint by putting it into the layout. And after I am doing necessary my stuff, I want to unlock the shape by putting the shape out of the layout. I can add a shape to layout from the menu. But there is no way to…
chipbk10
  • 5,783
  • 12
  • 49
  • 85
0
votes
1 answer

Powerpoint theme is displaying two charts when I export

When I save my Powerpoint theme as png, I'm getting two charts one inside the other. I'm using Powerpoint 2013. How can I fix this?
nikel
  • 653
  • 4
  • 13
  • 24
0
votes
2 answers

One line PPAM add-in causes PowerPoint 2013 to crash

I have a user with a brand new machine with Win 7 x64 SP1 (6.1.7601), downgraded from Win 8, on it plus Office 365 Small Business Premium with PowerPoint 2013 32 bit (15.0.4649.1000). I am debugging a PPAM add-in and have narrowed it down to a very…
Jamie Garroch - MVP
  • 2,839
  • 2
  • 16
  • 24
0
votes
0 answers

Export ppt slide as image with custom dpi using VBA

I want to export the slides of PowerPoint with a decent quality but not to much size. So the first thing I do for that is to add this registry key in HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\PowerPoint\Options:…
Iban Arriola
  • 2,526
  • 9
  • 41
  • 88
0
votes
1 answer

Ribbon tab exists even after uninstalling PowerPoint Add-in

I have created an application level Add-in for PowerPoint 2010/2013 using C# VSTO. The add-in is installed from msi installer file. The problem is that after I uninstall the add-in from the control panel and open a new PowerPoint presentation, the…
gkb
  • 1,449
  • 2
  • 15
  • 30
0
votes
1 answer

Check if a Connector has the EndConnectedShape VBA PPT

I need to check if a Connector is really connected to a Shape, in other words, does it have any Shape returned by EndConnectedShape. So far I have this, but it gives me an error: Permission denied: Sub test() Dim oSh, mySh As Shape smth =…
T.B.
  • 15
  • 1
  • 5
0
votes
1 answer

Sharepoint 2013 PowerPoint Conversion Service - Missing ISAPI Assembly

We are trying to create a SharePoint farm solution using PowerPoint Automation Service. However, we are unable to find the Microsoft.Office.Server.PowerPoint.dll in the Sharepoint 15 ISAPI hive. This assembly is required for PresentationRequest…
0
votes
1 answer

Hyperlinks dont work in Captivate 6 when imported from powerpoint

We are trying to create a captivate 6 presentation by importing a powerpoint 2013 presentation that has hyperlinks in it. However, it seems that the hyperlinks don't work when the project is published as a swf file. When you mouse over the…
kabir
  • 542
  • 3
  • 9
  • 27