![]() |
#2
|
|||
|
|||
![]()
You will need to use vba
The code itself is fairly easy and would be based on Sub days2go() Dim daysleft As Long Dim targetDate As Date targetDate = "20 April,2013" daysleft = DateDiff("d", Now, targetDate) ActivePresentation.Slides(1).Shapes(2).TextFrame.T extRange = "There are " & daysleft & " days to go." End Sub The problem is that it will be difficult to make it run automatically and therefore change. How does the information change? Can someone click a button once a day to run the code? |
Tags |
couhntdown date days |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Help Needed on countdown timers | StWeiler | PowerPoint | 1 | 12-20-2012 02:56 PM |
![]() |
sanlen | Project | 1 | 06-25-2012 04:17 PM |
Create automated PowerPoint for reception area | weety | PowerPoint | 1 | 05-02-2012 04:55 AM |
Countdown Timer | mcdanita | PowerPoint | 0 | 03-08-2012 12:51 PM |
![]() |
Ghost World | PowerPoint | 4 | 09-21-2011 12:46 PM |