Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Nice Jim!
"Jim Thomlinson" wrote in message ... Here is some code for a timed message box... '***requires reference to "Windows Script Host Object Model" Public Sub MessageTest() Dim SH As IWshRuntimeLibrary.WshShell Dim Res As Long Set SH = New IWshRuntimeLibrary.WshShell Res = SH.Popup(Text:="Click Me", secondstowait:=10, _ Title:="Hello, World", Type:=vbOKOnly) End Sub .... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When shutting down my computer, message says Excel can't close. | Excel Discussion (Misc queries) | |||
Warning message on file close | Excel Worksheet Functions | |||
Force a Message Box to close unanswered | Excel Programming | |||
Close a message box | Excel Programming | |||
On Close Macro - stop warning message | Excel Programming |