Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 10-08-2010, 09:50 AM
Lingodawg Lingodawg is offline Time-scheduled slides, is this possible? Windows 7 Time-scheduled slides, is this possible? Office 2003
Novice
Time-scheduled slides, is this possible?
 
Join Date: Oct 2010
Posts: 3
Lingodawg is on a distinguished road
Default

Quote:
Originally Posted by Kimberly View Post
You can do lots of things with VBA. For example, hide a slide on Mondays:



Code:
Sub MyRules()
    If DatePart("w", Date) = vbMonday Then
        ActivePresentation.Slides(3).SlideShowTransition.Hidden = msoTrue
    Else
        ActivePresentation.Slides(3).SlideShowTransition.Hidden = msoFalse
    End If
 End Sub
I will have to look into VBA. But the thing is that the presentations will be made by old people who really need a point and click gui. Would it be possible to build something like this with VBA?
Reply With Quote
  #2  
Old 10-08-2010, 09:57 AM
Lingodawg Lingodawg is offline Time-scheduled slides, is this possible? Windows 7 Time-scheduled slides, is this possible? Office 2003
Novice
Time-scheduled slides, is this possible?
 
Join Date: Oct 2010
Posts: 3
Lingodawg is on a distinguished road
Default

Just ran across:

http://www.nirmaltv.com/2010/05/02/s...time-and-date/

PPT 2010 only? What you guys think?
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I select different pictures on different slides at the same time or Frogggg PowerPoint 0 08-29-2010 08:43 PM
Updating Scheduled Events mimsay Outlook 0 09-08-2009 09:40 AM
Time-scheduled slides, is this possible? advancing slides sy84n PowerPoint 5 05-10-2009 11:13 AM
Time-scheduled slides, is this possible? viewing slides while doing my presentation davepower PowerPoint 1 04-30-2009 02:18 PM
How many slides in a 30 min presentation barbara3010 PowerPoint 2 02-12-2009 10:12 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 02:55 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft