+ Reply to Thread
Results 1 to 2 of 2

Message Box to appear Thursday midday!

  1. #1
    AJPendragon
    Guest

    Message Box to appear Thursday midday!

    I know this is possible as long as the worksheet is open. Can anyone help me
    with the macro that would pop a message up at midday Thursday?

    Thanks in anticipation.


    Andrew

  2. #2
    Bob Phillips
    Guest

    Re: Message Box to appear Thursday midday!

    Sub PrimeMsgBox()
    Dim nTime As Double
    nTime = DateSerial(2006, 2, 23) + 0.5
    Application.OnTime nTime, "myWarning"
    End Sub

    Sub myWarning()
    MsgBox "some message"
    End Sub


    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "AJPendragon" <[email protected]> wrote in message
    news:[email protected]...
    > I know this is possible as long as the worksheet is open. Can anyone help

    me
    > with the macro that would pop a message up at midday Thursday?
    >
    > Thanks in anticipation.
    >
    >
    > Andrew




+ 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