powerpoint vba Dim attribute incorrect
I was asked to make the code on a previous question shorter. I have done that but I wanted to show how I get to the Dim attribute and that takes a little bit of code. So I hope this helps a little.
I have a powerpoint with one slide, one shape (textbox) containing the string “Hello There”. Originally the text is set to purple. Then in the animation upon entry (on click on the page) i change the text to green. When I click again (i am done) i change the text to yellow (that is the Dim attribute on the event). I also added “Until Next Click” on the timing tab. This works as expected when I run the slide show. In the final analysis I have two lines in my code:
Powerpoint cannot find Dim attribute
I have a powerpoint with one slide, one shape (textbox) containig the string “Hello There”. Originally the text is set to purple.
Then in the animation upon entry (on click on the page) i change the text to green. When I click again (i am done) i change the
text to yellow (that is the Dim attribute on the event). I also added “Until Next Click” on the timing tab.
This works as expected when I run the slide show.
Powerpoint cannot find Dim attribute
I have a powerpoint with one slide, one shape (textbox) containig the string “Hello There”. Originally the text is set to purple.
Then in the animation upon entry (on click on the page) i change the text to green. When I click again (i am done) i change the
text to yellow (that is the Dim attribute on the event). I also added “Until Next Click” on the timing tab.
This works as expected when I run the slide show.
Read Hyperlink Value to Presented Slide
I have a table on slide 2 of my PowerPoint presentation with three values: 100, 120, and 300. I have hyperlinked these values to slides 4, 5, and 6, respectively.
Auto Click VBA needed for Text Box in Slideshow mode
I am an occupational therapist, and I am trying to create a typing program for children using PowerPoint.
How to check if there is table with only one row on PowerPoint presentation slide and how to delete the slide containing such table? [closed]
Closed last month.
Macro to update shape color on click in PowerPoint
I am trying to create a macro that will toggle a shape’s color upon clicking. I’ve assigned the macro below to a shape, and it should execute with a click. However, when I click, nothing happens. Do I need to name the shape something specific? or is there something wrong in the VB language?
VBA script powerpoint auto play random video in slide show mode with looping
Got some VBA code doing great work but lacking the ability to autoplay the video in slideshow mode. Also, since this is a slide used in a bigger kiosk kind of presentation in a loop, I need the slide to being able to execute the random video VBA code each time this slide # is called upon. Maybe I need a complete overhaul of this VBA code to reach my goal? Maybe I need a different perspective on how to achieve my goal? Hope someone can help me with this.
VBA script powerpoint auto play random video in slide show mode with looping
Got some VBA code doing great work but lacking the ability to autoplay the video in slideshow mode. Also, since this is a slide used in a bigger kiosk kind of presentation in a loop, I need the slide to being able to execute the random video VBA code each time this slide # is called upon. Maybe I need a complete overhaul of this VBA code to reach my goal? Maybe I need a different perspective on how to achieve my goal? Hope someone can help me with this.
How can I Trim a video on a Powerpoint slide via VBA?
I have several video files (~20). With each one I also have 3-5 discussion questions. In similar situations in the past I have used Zoom to record an .mp4 video of a 3-4 slide Powerpoint 2019 presentation–1 slide for the video, the rest for the questions. But I had to pause the Zoom recording, trim […]