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
1
vote
2 answers

Copy one slide to multiple presentation

I have task to copy one slide to multiple ppt presentations. All ppts are in same folder. I don't have an idea how to start. So far I have change some simple stuff with VBA as changing font, title etc. Anybody can help me? Thanks in advance
1
vote
1 answer

Rename more then one shape

I have macro for renaming shape but it only works for one shape object. I want to create macro to rename all selected shapes OR would be perfect if I can select one multiple shapes, run macro and InputBox comes back to me for each shape and rename…
Norby
  • 321
  • 1
  • 4
  • 13
1
vote
0 answers

Can vba format tables by columns rather than by rows or individual cells

I have vba in an Excel 2010 workbook, that creates Powerpoint 2010 slides. These slides contain tables that are populated from identical tables in the Excel workbook. I want to apply alignment, number formatting, and margins (at least for starters)…
jtyoder
  • 11
  • 1
1
vote
0 answers

VBA Powerpoint 2010 replacing text in Headers and Footers

Having a challenge replacing a [DOCID#] code in the header/footer of a PowerPoint template. I notice within the PowerPoint object browser that headers and footers are found in a number of parts of a Presentation (SlideMaster, NotesMaster,…
JJW
  • 11
  • 3
1
vote
1 answer

Add OnClick Action to Shape Objects in MS PowerPoint

I Have a requirement to add a OnClick action to Shape object in Micro Soft Power Point Addin for Office 2010 and above which is built using C# language. There are events like SlideSelectionChanged WindowBeforeRightClick Which doesn't work as…
Sadanand
  • 107
  • 2
  • 11
1
vote
1 answer

Office Interop PowerPoint E_NOINTERFACE registry fault

Unable to cast COM object of type 'System.__ComObject' to event interface type 'Microsoft.Office.Interop.PowerPoint.PresEvents_Event'. This operation failed because the QueryInterface call on the COM component for the interface with IID…
1
vote
0 answers

Formatted Text (Word Art style) Dynamically Updated in PowerPoint 2010?

I am working on developing weather graphics in PowerPoint 2010 for our online weather forecast operation. I am trying to update formatted text (Word Art type formatting, such as text outlining, shadowing, etc.,) automatically within a PowerPoint…
1
vote
1 answer

How to split the content placeholder line by line into a text shape powerpoint 2010

I am new to vb and power point , trying to run a macro in power point 2010. What i am trying to achieve is, when the macros is run, it should split the contents in the content placeholder area line by line, and placing each line in a new text box…
1
vote
0 answers

Powerpoint customize Ribbon - Color Picker

I was wondering whether and how it is possible to change the colors available for customizing Ribbons: . I am using PowerPoint 2010. As I result, I want a color palette with my own colors on my ribbon. Any suggestions? Kind regards, Tobias
user1137370
  • 137
  • 2
  • 10
1
vote
1 answer

Autosize of TextFrame for a specific table cell in PowerPoint presentation programmatically

I got the next situation. Got some variables: PowerPoint.Application objApp; Microsoft.Office.Interop.PowerPoint.Shape oShape; PowerPoint.Presentations objPresSet; PowerPoint._Presentation objPres; …
MCv
  • 118
  • 1
  • 10
1
vote
1 answer

Wrong behavior with ParagraphFormat.Bullet.Visible value

I have strange behavior with value ParagraphFormat.Bullet.Visible. I have few paragraphs with bullets (bullets looks like rectangles). So, when I am calling TextFrame2.TextRange.ParagraphFormat.Bullet.Visible = msoFalse; for all bullets, they…
1
vote
0 answers

Saving VBA code within Powerpoint embedded Excel Workbook

The VBA created in an Excel sheet that is embedded in a Powepoint presentation is not saved. I have a Powerpoint file, in which I have Inserted a Chart, thus creating an embedded Excel Workbook. I have tried adding some VBA to said embedded Excel…
JuLo
  • 1,501
  • 1
  • 9
  • 11
1
vote
2 answers

How to populate an array from text file in Visual Basic for PowerPoint 2010

I'd like to define an array like: sample_array = Array( _ "foo", _ "bar", _ ... "dog", _ "cat" _ ) ...in a macro written in VB for Applications (PowerPoint 2010 in this case), but I need to define the array from a text file that would just be…
HotDogCannon
  • 2,113
  • 11
  • 34
  • 53
1
vote
1 answer

How to limit the length of each line in a multiline textbox on PowerPoint TaskPane using C#?

I have created a task-pane in PowerPoint VSTO add-in which I have developed on .Net 4.0. On the task-pane, I have a text box where the user has to enter only numeric data. The requirement is as below: The user can enter more than one numeric data by…
gkb
  • 1,449
  • 2
  • 15
  • 30
1
vote
0 answers

Copying parts of a powerpoint master slide without keeping the source formatting

I have a powerpoint presentation that contains a single master slide with multiple layouts. These layouts contain a number of shapes. The collection of regular slides all have a different one of those layouts. Now when I copy the slides to a new…
nielx
  • 11
  • 1
1 2
3
9 10