How to make a countdown timer in powerpoint using VBA

  Рет қаралды 14,866

Karina Adcock

Karina Adcock

Күн бұрын

Пікірлер: 30
@karinaadcock
@karinaadcock 3 жыл бұрын
Sub countdown() Dim future As Date future = DateAdd("n", 2, Now()) Do Until future < Now() DoEvents ActivePresentation.Slides(1).Shapes("rectangle").TextFrame.TextRange = Format(future - Now(), "nn:ss") Loop End Sub
@davidsanabria1404
@davidsanabria1404 3 жыл бұрын
Hi Karina How can I put the timer on each slide? Copy-paste?
@chrisl6816
@chrisl6816 2 жыл бұрын
@Technical Toatkay did you ever figure this out? Currently trying to...
@felicious6384
@felicious6384 Жыл бұрын
@@chrisl6816 Try to implement the countdown timer on the SlideMaster.
@uselessgamer82
@uselessgamer82 Жыл бұрын
How about once I move onto a different slide, the countdown macro is still running. How can I stop it if the slide has changed?
@ede2225
@ede2225 26 күн бұрын
Nice! Two things: 1) How could you get the countdown to start as soon as the slide is opened--rather than having to click the box? 2) How can you pull a variable from an ActiveX text box where the user entered a number somewhere in the slideshow and have the countdown based on that variable?
@thequietroom3991
@thequietroom3991 Жыл бұрын
Hi, love this very easy to understand tutorial, please may i ask - if i want the ticker to count down seconds until say 30th September 2023, what do i change, cant work out how to get an actual date into the box.
@bhatkiran7
@bhatkiran7 Жыл бұрын
Lovely video. Hourse of search and finally I got the best countdown timer VBA. Thanks for keeping it explanative and simple. A great help to me. 😘
@vikashsamaga
@vikashsamaga 2 жыл бұрын
Hi, thank you for the great video! I have one question - when the timer is counting down, the rest of the PowerPoint seems to come to a standstill, i.e. I'm not able to go to the next slide or click on any other buttons on the slide until the countdown has finished. Do you know how to avoid this issue?
@karinaadcock
@karinaadcock 2 жыл бұрын
Make sure you included "DoEvents" in your macro. DoEvents should allow you to still do other things while it is counting down.
@erwinsmith9697
@erwinsmith9697 3 ай бұрын
please help me, i do not know why i can not save the timer. When I exit the powerpoint the Marco is reseted. How can I fix it, please help me
@inhgiahuy2926
@inhgiahuy2926 Жыл бұрын
em muốn gán âm thanh vào, đến khi đếm ngược kết thúc thì phát âm thanh lên ạ. cảm ơn chị ạ
@mathewstw8661
@mathewstw8661 2 жыл бұрын
How do I display GMT Time running live in PowerPoint Slide? Thank You in anticipation.
@nanceeverdeen8075
@nanceeverdeen8075 Жыл бұрын
Hello, Thank you so much for your VDO. It was awesome, finally something not Add-ins or thousands of objects with animations. By the way, I can't link action to the macro. The "Run macro" option is not selectable for me. I changed settings in the Trust Center to enable all macros and restarted PPT and the laptop already. Do you know how I can fix this? TIA :)
@nanceeverdeen8075
@nanceeverdeen8075 Жыл бұрын
fixed now, thank you :) I don't even know where the problem is... I closed and opened the PPT again, the code was gone. Even though I made sure I saved it together with the code.
@janetmagday5469
@janetmagday5469 10 ай бұрын
Thank you so much!
@boyacosweep
@boyacosweep 2 жыл бұрын
Is there a way to use the timer without telling excel the number of the slide? My slide numbers constantly change.
@karinaadcock
@karinaadcock Жыл бұрын
Would need to use VBA to change the slide name: Changing slide name: Sub changeSlideName() ActiveWindow.View.Slide.Name = "new_slide_name" End Sub Check slide name has changed: Sub getSlideName() MsgBox "Slide name is " & ActiveWindow.View.Slide.Name End Sub New code: ActivePresentation.Slides("new_slide_name").Shapes("rectangle").TextFrame.TextRange = Format(future - Now(), "nn:ss")
@felicious6384
@felicious6384 Жыл бұрын
Hi there, is it possible to implement that timer on the SlideMaster?
@felicious6384
@felicious6384 Жыл бұрын
Welp, figured out how to use it on the SlideMaster, and it works pretty fine...just not during presentation mode. :/
@TamimSultanT
@TamimSultanT Жыл бұрын
How to use it with a certain date?
@andresf.martinezm601
@andresf.martinezm601 2 жыл бұрын
Gracias por la enseñanza, gran saludo desde Colombia.🟡🔵🔴 🙅‍♂
@Melchi-shua...
@Melchi-shua... 8 ай бұрын
how to create countup days on ppt?
@uweexter4917
@uweexter4917 2 жыл бұрын
is there an easy trick to count up the seconds and minutes instead of counting down ??
@karinaadcock
@karinaadcock Жыл бұрын
You could use code like this. We create an extra variable called start and then get further and further away from the start time until we reach the future time. Sub countdown() Dim start As Date Dim future As Date start = Now() future = DateAdd("s", 10, Now()) Do Until future < Now() DoEvents ActivePresentation.Slides(1).Shapes("rectangle").TextFrame.TextRange = Format(Now() - start, "nn:ss") Loop End Sub
@angthanhngoc9329
@angthanhngoc9329 5 ай бұрын
Thank for sharing
@kimlade-nu4yc
@kimlade-nu4yc 8 ай бұрын
how to add miliseconds???
@amiEliyahu
@amiEliyahu 3 жыл бұрын
Brilliant
@khaledserwy8533
@khaledserwy8533 2 жыл бұрын
Dear Karina I need your help I have a consultation in making a countdown to more than one shape in one side and I want to make it work at the same time, do you have an email or any other means of communication that I can send you the file Kind Regards
@chisenvan4242
@chisenvan4242 6 ай бұрын
How about once I move onto a different slide, the countdown macro is still running. How can I stop it if the slide has changed?
How to create a Countdown Timer in PowerPoint across Multiple Slides using VBA Macros - Tutorial
12:41
Create A Custom Progress Bar Timer In PowerPoint
7:24
The Tech Train
Рет қаралды 288 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 21 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 27 МЛН
If people acted like cats 🙀😹 LeoNata family #shorts
00:22
LeoNata Family
Рет қаралды 43 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 38 МЛН
How to make a sand timer animation in powerpoint
10:23
Karina Adcock
Рет қаралды 10 М.
2 Genius Ways to Use ChatGPT to Create Countdown Timer in PowerPoint
4:16
IncrediSkill PowerPoint
Рет қаралды 10 М.
Excel Simple Digital Clock Timer VBA Macro
14:29
Excel Macro Mania
Рет қаралды 25 М.
How to Create a Countdown Timer Clock in Excel and VBA
8:25
anameiwontforget
Рет қаралды 250 М.
How To Create A Countdown TIMER In Powerpoint - FREE template download
19:10
30 second countdown timer in PowerPoint
9:31
Karina Adcock
Рет қаралды 86 М.
Create A Live Clock In Any PowerPoint Presentation (No Flash!)
34:52
The Tech Train
Рет қаралды 144 М.
How to Add Timer in PowerPoint
19:14
Kevin Stratvert
Рет қаралды 414 М.
Stopwatch in PowerPoint
10:15
Ah Sing TV
Рет қаралды 16 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 21 МЛН