Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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" wrote in message ... 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I control where the input message appears? | Excel Discussion (Misc queries) | |||
Adding an error message at close of file when criteria are met | Excel Discussion (Misc queries) | |||
Calculations And Order In Macros | Excel Discussion (Misc queries) | |||
when opening excel I receive a message that says file can't be fo. | Excel Discussion (Misc queries) | |||
changing the message in an error message | Excel Worksheet Functions |