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

PowerPoint 2010 - VBA - Use Ribbon Button Inside of a Userform

Is it possible to take a pre-existing button from the ribbon, Shape Fill from the Shape Styles category for example, and display it in a VBA userform? My add-in manages a large number of shapes, and I would like to allow the user to style those…
Mutex
  • 109
  • 1
  • 4
0
votes
2 answers

Data behind chart in Powerpoint 2010 is not updating through VBA

I'm having trouble with a Powerpoint 2010 presentation containing an OLEFormat.Object of an Excel chart. I update the chart using data from Excel and save it at various stages - the idea is that I end up with three presentations: The original…
Darren Bartrup-Cook
  • 18,362
  • 1
  • 23
  • 45
0
votes
2 answers

VBA Powerpoint: Delete Shape with specific text. Run-time error '-2147024809 (80070057)': The specified value is out of range

I have a very long ppt presentation (about 850 slides) and the second half is full of shapes with certain text that I would like to delete. Sadly, it appears that is has nothing to do with the Slide Master, so I can't use that. I got an…
DanielMc
  • 139
  • 12
0
votes
1 answer

'DisplayAlerts' of object '_Application' failed while updating Powerpoint from Excel

I'm trying to update charts created in Powerpoint 2010 from data stored in Excel 2010. I've created the charts in Powerpoint using Insert Object and Create New Microsoft Excel Chart(you can then right-click the chart and select Edit Object to open…
Darren Bartrup-Cook
  • 18,362
  • 1
  • 23
  • 45
0
votes
3 answers

Click a link to another slide in powerpoint without going full screen

I'm creating a powerpoint which has a contents page, I would like that contents page to have clickable links to other slides in the presentation. The problem is currently those links only work when I go full screen, is there a way which I can click…
chandu
  • 95
  • 1
  • 4
  • 12
0
votes
2 answers

How can I insert a special character as bullet point in powerpoint, when it is not part of the menu?

I'd like to make the special character with the character code 25B0, which is 9648 in Unicode, become my bullet Point in PowerPoint. But it seems to be not part of the special characters menu in PowerPoint - I couldn't find it on Arial, Webdings,…
RuudGullit
  • 34
  • 1
  • 8
0
votes
2 answers

Autorun macro in Powerpoint 2010

I would like to auto run a macro when my PowerPoint 2010 file opens. I hope someone would be able to assist. Thank you in advance!
R. Knaap
  • 11
  • 1
0
votes
1 answer

Set custom value for indentation and hanging in Powerpoint VBA

I am trying to set custom value for indentation and hanging for a cell in table in powerpoint using VBA. I am using the code shown below. tb.Cell(1,1).Shape.TextFrame.Ruler.Levels(1).LeftMargin = 72 *…
Kamlesh Kishor
  • 121
  • 1
  • 15
0
votes
1 answer

Powerpoint 2010 VBA: Don't number slides with certain title

I recently wrote a macro that will not number hidden slides. That is, when the slide is hidden, it will not be counted in the numbering for the entire deck so if slide 3 is hidden, the numbering would go: Slide 1, Number 1 Slide 2, Number 2 Slide 3,…
Pcarlitz
  • 223
  • 1
  • 5
  • 17
0
votes
1 answer

saving an active ppt as pptx in vba

I have an active PowerPoint slide which is saved as following code in ppt Format; PowerPointApp.ActivePresentation.SaveAs ThisWorkbook.Sheets("Vorgaben").Range("D6").Value & Replace(ThisWorkbook.Name, "xlsm", "ppt"), 1 I want it to be saved as same…
Yigit Tanverdi
  • 161
  • 6
  • 18
0
votes
1 answer

How to find Strikethrough words in a ppt slide

Is there any way to find strikethrough words in a ppt slide using interop, in c#? I am able to find out the format(Bold, Italic,Underlined) of a word but not able to identify strikethrough words.
Nsi
  • 1
  • 3
0
votes
0 answers

Calling a List to Add to a ComboBox Dropdown in VBA

I have many different Modules that need to call a list of options to add to a dropdown box. I am trying to figure out how I can add what is essentially a dictionary with a list of items to add to a dropdown in one module, and then call that module…
hunter21188
  • 405
  • 2
  • 7
  • 29
0
votes
1 answer

Powerpoint VBA change picture on layout after theme change

I have a Powerpoint template, picture on Title Slide layout. User can open a custom Userform to change the picture (VBA deletes old pic, then inserts pic-of-choice). But after the theme was changed by user, subsequent picture changes are not…
Barts
  • 3
  • 1
0
votes
0 answers

Change data range of Chart in PowerPoint

I have an Excel file that contains data and charts. I've created a macro to read in a text file and update the data and the chart data ranges based on the date in the excel file. The data range will be starting 5 day prior to the date in the text…
user1951756
  • 471
  • 1
  • 8
  • 23
0
votes
1 answer

Different PPT templates reacting different on the same macros

I'm new here, so I might have not seen a possibility to upload my problem files, which would make it easier to describe the problem. Edit: The files a here:…
RuudGullit
  • 34
  • 1
  • 8