+ Reply to Thread
Results 1 to 2 of 2

Auto Run Macro to Repeat Daily

Hybrid View

  1. #1
    Registered User
    Join Date
    08-23-2012
    Location
    Tecumseh, KS
    MS-Off Ver
    Excel 2010
    Posts
    3

    Auto Run Macro to Repeat Daily

    This auto run macro does not seems to run/repeat itself daily. I can't figure out why am I missing something? My end result should be that these reports run at the times listed on the macro every day 24/7. The spreadsheet will be on a computer that is never off.

    Private Sub Workbook_Open()
            Application.OnTime TimeValue("8:00:00"), "AThirdshift"
            Application.OnTime TimeValue("8:00:00"), "BThirdshift"
            Application.OnTime TimeValue("8:00:00"), "CThirdshift"
            Application.OnTime TimeValue("8:00:00"), "DThirdshift"
            Application.OnTime TimeValue("8:00:00"), "EThirdshift"
            Application.OnTime TimeValue("8:00:00"), "FThirdshift"
            Application.OnTime TimeValue("16:00:00"), "AFirstshift"
            Application.OnTime TimeValue("16:00:00"), "BFirstshift"
            Application.OnTime TimeValue("16:00:00"), "CFirstshift"
            Application.OnTime TimeValue("16:00:00"), "DFirstshift"
            Application.OnTime TimeValue("16:00:00"), "EFirstshift"
            Application.OnTime TimeValue("16:00:00"), "FFirstshift"
            Application.OnTime TimeValue("00:00:00"), "ASecondshift"
            Application.OnTime TimeValue("00:00:00"), "BSecondshift"
            Application.OnTime TimeValue("00:00:00"), "CSecondshift"
            Application.OnTime TimeValue("00:00:00"), "DSecondshift"
            Application.OnTime TimeValue("00:00:00"), "ESecondshift"
            Application.OnTime TimeValue("00:00:00"), "FSecondshift"
     End Sub
    Last edited by Cutter; 09-02-2012 at 12:58 PM. Reason: Added code tags

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Auto Run Macro to Repeat Daily

    @ Sanorah

    Welcome to the forum.

    Please notice that code tags have been added to your post(s). The forum rules require them so please keep that in mind and add them yourself whenever showing code in any of your future posts. To see instructions for applying them, click on the Forum Rules button at top of the page and read Rule #3.
    Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1