+ Reply to Thread
Results 1 to 3 of 3

How to run a macro every March

  1. #1
    IRMA MENDOSA
    Guest

    How to run a macro every March

    Here's a simple question (I suspect the answer isn't..)

    I want to trigger a macro to run at a specific month

    Any ideas?

    Thanks In Advance



  2. #2
    Carim
    Guest

    Re: How to run a macro every March

    Irma,

    Quite simply ...

    Sub Annual()
    If Range("A1").Value = 3 Then
    ' 3 for March
    Run ("MyMacro")
    End If
    End Sub

    HTH
    Carim


  3. #3
    Bob Phillips
    Guest

    Re: How to run a macro every March

    Use the OS scheduler.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "IRMA MENDOSA" <[email protected]> wrote in message
    news:%[email protected]...
    > Here's a simple question (I suspect the answer isn't..)
    >
    > I want to trigger a macro to run at a specific month
    >
    > Any ideas?
    >
    > Thanks In Advance
    >
    >




+ 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