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
2
votes
2 answers

Exporting resized pictures from Excel to PowerPoint 2010

I've created a code that copies pictures from Excel to a new PowerPoint presentation. The code works fine for MS Office 2016, but not MS Office 2010. Particularly, a picture that is exported to PowerPoint will not be resized in .pptx for 2010. How…
2
votes
1 answer

TF86001: Team Foundation was unable to load the Office Add-in

I am having the following problem in Powerpoint 2016 when I click on the My Shapes icon on the storyboard ICON, any idea?? Microsoft PowerPoint TF86001: Team Foundation was unable to load the Office Add-in. This may be caused by a Team Foundation…
Luis Valencia
  • 32,619
  • 93
  • 286
  • 506
2
votes
0 answers

powerpoint 2010 vba - noncontiguous text selection

I would like to select all characters in a Powerpoint textbox (Version 2010) that have a certain defined style (e.g. all bold characters). Manually, one can create a non-contiguous text selection in a single text box by simply holding the control…
Tom Kinzel
  • 21
  • 1
2
votes
1 answer

Create a chart from Excel VBA to PowerPoint and link the source to a specific table in Excel

I would like to: Create a chart in PowerPoint from VBA Excel Link the data source to a range I have in my Excel file Or replace the worksheet where PowerPoint store the data source by my data I am a beginner in VBA (one week trying to learn) I do…
ZeLegend
  • 21
  • 4
2
votes
1 answer

PowerPoint (or Excel) VBA Capture Coordinates of Mouse Click

Some Background: The quick background is that I am in the research stages of building an add-in for PowerPoint. My end goal is to develop a CAD Dimensioning Add-in to help expedite the creating of Engineering Presentations. We have to do a lot of…
Saladsamurai
  • 587
  • 2
  • 5
  • 11
2
votes
3 answers

Not found StoryBoarding Tab in PowerPoint

Somehow, I lost the storyboarding tab in PowerPoint. How can I recover it? thanks. I am using both PowerPoint2010, and PowerPoint2013
chipbk10
  • 5,783
  • 12
  • 49
  • 85
2
votes
2 answers

vba powerpoint select a slide by name

I am trying to select a slide by name. I have added a title via the outline. below is the code that is not working. "item Idaho not found in the slide collection" ActivePresentation.Slides("Idaho").Select
user1813251
  • 329
  • 3
  • 18
2
votes
2 answers

Powerpoint VBA: Search for an character Arrow and replace with a shape arrow

What I need to be able to do is find a up arrow character and replace it with an up arrow shape and do the same thing for down arros. I am a novice to VBA but have an idea for how I want the Macro to work. It should loop through all slides on the…
Edward Armstrong
  • 105
  • 1
  • 5
  • 18
2
votes
3 answers

Open a powerpoint presentation and hide the window

I am trying to open a PowerPoint presentation, and have it hidden. I am doing it this way: app = new Microsoft.Office.Interop.PowerPoint.Application(); string presentation = "C:\\presentation.pptx"; Presentation p =…
tomor
  • 1,765
  • 2
  • 16
  • 21
2
votes
2 answers

Copying Notepad++ code into PowerPoint 2010

I've tried copying some source code that I have input into Notepad++ and pasting into PowerPoint 2010, but I'm not offered any "Paste Special" options other than "Keep Text Only" Any suggestions on how I can do this?
JimRomeFan
  • 407
  • 6
  • 19
2
votes
0 answers

PowerPoint file opens when C# WPF app is running from Visual Studio, but not from ClickOnce published version

I have a WPF/C# application. It has a button that runs a particular PowerPoint presentation in slide show mode using the following code: public bool OpenHelpFile() { ProcessStartInfo processStartInfo = new ProcessStartInfo(); …
Sheridan
  • 68,826
  • 24
  • 143
  • 183
1
vote
1 answer

How to stop Powerpoint opening in Storyboarding tab

I have several powerpoint presentations that when I open them (using Powerpoint 2010) the Storyboarding tab is always selected, and the Storyboarding pane is opened on the left-hand side. I close the pane, select the Home tab and Save, but next time…
Morag Hughson
  • 7,255
  • 15
  • 44
1
vote
0 answers

Powerpoint VBA/.Net - Why does Shape.Ungroup differ from ExecuteMso("ObjectsUngroup")?

Over quite some time I encountered weird exceptions thrown in a VB.Net Powerpoint VSTO project. After some investigation I was able to find the possible cause: A different behaviour of Shape Ungroup-Functions in Powerpoint in combination with Undo…
1
vote
1 answer

Need to search for specific text in powerpoint table created by VBA from Access

So after creating a table, I have a column of Yes, No and N/A that needs to be green for Yes, Red for No and gray for N/A. Not the entire row just the column. I'm not a beginner, but I'm not an expert at coding...here is my code: With…
drcoz
  • 11
  • 4
1
vote
1 answer

How do I set the default save format in PowerPoint?

Microsoft, in their infinite wisdom, decided that the default file format for Office 2010 applications should be the format that was 13 years old (Office 97-2002) at the time of release. The newer formats (2007 and newer) save the data in…
FreeMan
  • 5,660
  • 1
  • 27
  • 53
1
2
3
9 10