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

Trying to write a simply program in VB that will check the system for a timevalue(now) and if its midnight then it increments a number

I'm interested in creating a slide with powerpoint that will just display a new number in a Shape if theres a new day or time (midnight). I know java programming but haven't done programming in over 6 years now. I've never really used VB. Dim…
0
votes
2 answers

Global variables are unavailable at startup

I have the following VBA code attached in a PowerPoint 2010 macro-enabled presentation: Public CurrentSlideIndex As Integer Sub OnSlideShowPageChange() CurrentSlideIndex = ActivePresentation.SlideShowWindow.View.CurrentShowPosition If…
Pompair
  • 7,083
  • 11
  • 60
  • 69
-1
votes
2 answers

VBA code for giving slides a constant name

I am trying to reduce the effort needed to keep a certain slide (lets call it SlideXYZ) up to date. SlideXYZ is an important content slide that can be found in multiple slide decks. I initially created slide objects that updated automatically when a…
-1
votes
1 answer

How to vlookup PowerPoint value in Excel

I have a presentation in PowerPoint with list of people. Every person has name, department and position. The name stays constant but department and position changes. I would like to have some kind of vlookup in PowerPoint that updates department and…
Piotr P
  • 135
  • 2
  • 12
-1
votes
1 answer

Run code on excel spreadsheet straight from powerpoint VBA

I was wondering if it was possible to run code to create charts in excel that I will copy to a powerpoint presentation straight from powerpoint VBA? Or do I have to do it in excel?
Pablo
  • 93
  • 3
  • 16
-1
votes
1 answer

Identify word art shape type in powerpoint 2010

I need to know is selected shape word art or not. Shape has property "Type" (returns enum MsoShapeType). When I insert word art and check this property - it returns msoAutoShape instead of msoTextEffect (with AutoShapeType==msoShapeRectangle). How…
-1
votes
1 answer

compile error when storing sheet as variable

I am getting a failure to compile error. I am trying to simplify things in this subroutine a bit since I have a lot of settings that I want to be able to control from within my excel sheet their are a lot of calls required and am looking for a more…
midaym
  • 83
  • 10
1 2 3
9
10