Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have some existing vb code that uses the Windows Scripting Host
object Popup method to flash a timed message. I have not modified the code, and it has been in use over a year. The popup occurs, but it no longer times-out. I have to click the OK button to make it go away. I get no error messages. Can anyone suggest what might have happened that stops the timeout from occurring? The only thing I can think is that, perhaps, some key in the Windows XP Home registry got changed or is missing. Here is a snippet of code: Dim wsh As Object Set wsh = CreateObject("WScript.Shell") wsh.Popup "Highlighting completed.", 2, "Done" Thanks, Curt |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Files Stopped working in windows 7 | Excel Discussion (Misc queries) | |||
Microsoft Windows 2000 Scripting Guide | Excel Programming | |||
Microsoft Windows 2000 Scripting Guide | Excel Programming | |||
Windows Scripting Host/Windows XP | Excel Programming | |||
Popup Massage Windows | Excel Programming |