Consulting

Results 1 to 1 of 1

Thread: Update Label Control On Slide Load

  1. #1
    VBAX Newbie
    Joined
    Sep 2007
    Posts
    1
    Location

    Update Label Control On Slide Load

    I am sure there is a very simple solution for this and I just can't find it. I have a PowerPoint presentation that will continuously run day after day on a large LCD monitor for our employees. I used a label control to show how many days we have operated without incident. As you can see the last date there was an accident was on 11/9/2006.

    Label1.Caption = DateDiff("d", #11/9/2006#, Date)
    How can I get the slide with this information to update the label every time it loads? The only events I see for the label all require some sort of user intervention. (Click, Double-Click, ect...) I was looking for an event like onload that can trigger the updating of the label.

    Thanks,

    Andy Zamborsky
    Last edited by Aussiebear; 04-28-2023 at 02:12 AM. Reason: Adjusted the code tags

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •