Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank You
"skatonni via OfficeKB.com" wrote: In the OnTime statement for A5 change RunWhat to anything else, perhaps RunWhatA5 Application.OnTime earliesttime:=Range("A5"), procedu="RunWhatA5", _ schedule:=True, latesttime:=Range("A5") + TimeSerial(0, 0, 30) Add this third macro Sub RunWhatA5() MsgBox "message B" End Sub Mariner wrote: Thank you Skatonni this is great. Is it possible to display say for example "message A" when the cell A4 procedure runs and a different message for example "message B" when cell A5 procedure runs. Alt + F11 opens the Visual Basic Editor. Insert menu | Module [quoted text clipped - 14 lines] reached I need excel to display a message box with a warning and a ok button to acknowledge. Any ideas how to go about this. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200607/1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to get rid of the warning message | Setting up and Configuration of Excel | |||
Fonts warning message when creating charts | Excel Discussion (Misc queries) | |||
Warning Message | Excel Worksheet Functions | |||
warning message | Excel Discussion (Misc queries) | |||
Warning message | Excel Discussion (Misc queries) |