+ Reply to Thread
Results 1 to 3 of 3

Start macro at a special time

  1. #1
    Sean
    Guest

    Start macro at a special time

    Hi,

    I'd like to start a macro at a special time, say 9:30am, every day. How can
    i do it?

    Thanks.

  2. #2
    Registered User
    Join Date
    01-28-2005
    Location
    Georgian Bay, Ontario, Canada
    Posts
    2

    Two Options - Windows or Excel

    Sean,

    There are two options:

    One is to call the macro you want run from the Workbook Open procedure and then use the operation system to open the workbook each day at 9:30. Open the Help for you operating system and search for "Create a Scheduled Task" for instructions.

    The other option, which demands more processing time is to create a macro that checks the time every so often and executes the macro when the time reaches a certain point. This macro would have to run 24 hours a day and use the Date function to check the time. If the Workbook is closed or the computer shut down that Macro execution would be halted until restarted.

    Good Luck
    Fast Eddy

  3. #3
    Joe HM
    Guest

    Re: Start macro at a special time

    Hello -

    What about using the Application.OnTime function?

    Joe


+ 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