+ Reply to Thread
Results 1 to 5 of 5

Automating a Report with Application on Time

  1. #1
    Registered User
    Join Date
    10-19-2015
    Location
    Belleville
    MS-Off Ver
    2010
    Posts
    4

    Automating a Report with Application on Time

    Hey Guys,

    I am pretty new to VBA and have never really had any training with coding for it. I am setting up an automated report but am having trouble getting the application on time event to run more than 24 hours. The on time functions stop after 24 hours, how would I get this to work past 24 hours.

    The Reportupdate Sub updates quite a few cells based on the current, that why it is run so often. I am sending the report out at 6 am everyday and the report covers a 24 hour interval from midnight to midnight, hence the last report update time before 6 am being 0:00:00.

    Here is my Code:


    Please Login or Register  to view this content.

    Help on getting the application on time timers to work past 24 hours would be appreciated.
    Last edited by kv2singh; 10-20-2015 at 12:40 PM.

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,863

    Re: Automating a Report with Application on Time

    As for the time, you probably(?) can use for midnight next day and 6:00am next day:
    Please Login or Register  to view this content.
    You may also try:

    Please Login or Register  to view this content.
    Last edited by Kaper; 10-20-2015 at 09:14 AM.
    Best Regards,

    Kaper

  3. #3
    Registered User
    Join Date
    10-19-2015
    Location
    Belleville
    MS-Off Ver
    2010
    Posts
    4

    Re: Automating a Report with Application on Time

    Ill try the first method. Just to clarify this will allow my application on time function to run past 24 hours correct.

  4. #4
    Registered User
    Join Date
    10-19-2015
    Location
    Belleville
    MS-Off Ver
    2010
    Posts
    4

    Re: Automating a Report with Application on Time

    With the first method whenever i open the excel file from a closed position it updates the values and sends out a report even though the specified time has not been reached.

    Application.OnTime 1+TimeValue("00:00:00"), "Reportupdate"
    Application.OnTime 1+TimeValue("06:00:00"), "sendReminderMail"

  5. #5
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,863

    Re: Automating a Report with Application on Time

    A comment on codes from post #2. They rely on a way date and time are stored in excel. Days are counted from "calendar start" date and time during day is a fraction of day. So 6:00 is 1/4, 8:00 is q/3 etc. If we count from midnight tonight, 6:00 was just y hours or 6/24 of the day. Tomorrow morning 6:00 will be on 1day6hrs from todays midnight, or in other words 30hrs from this moment.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Convert Detailed Time Attendance report from Biometrics to Summary Report
    By firescorpio in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-02-2013, 02:48 AM
  2. [SOLVED] Automating a time sheet
    By nicky315 in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 05-06-2013, 09:53 AM
  3. The latest poi.jar file is anable to generate the excel report ou java application
    By Rohith4089 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-04-2013, 10:03 AM
  4. [SOLVED] Help with automating report generation from input file
    By zaska in forum Excel Programming / VBA / Macros
    Replies: 19
    Last Post: 12-31-2012, 02:31 AM
  5. Automating a report?
    By neilpateluk in forum Excel General
    Replies: 1
    Last Post: 01-08-2009, 09:22 AM
  6. Application.OnTime - Automatically updating excel report
    By munkayboi in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-21-2007, 10:44 PM
  7. [SOLVED] Automating a report
    By sharman in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-11-2005, 10:05 PM
  8. Visual Basic 6.0 Application Shutting down when Excel Report accessed from it
    By ourspt in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-25-2005, 01:42 AM

Tags for this Thread

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