Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Is it possible to answer "Yes" or "No" to a message box through VBA without actually doing it manually? -- PBANKS ------------------------------------------------------------------------ PBANKS's Profile: http://www.excelforum.com/member.php...o&userid=31370 View this thread: http://www.excelforum.com/showthread...hreadid=515928 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you know what the answer is, why bother asking?
This seems to work under some versions of windows: CreateObject("WScript.Shell").Popup "Hello", 4, _ "This closes itself in 4 seconds" But it doesn't work in all versions of windows. Maybe designing a userform would be best. PBANKS wrote: Is it possible to answer "Yes" or "No" to a message box through VBA without actually doing it manually? -- PBANKS ------------------------------------------------------------------------ PBANKS's Profile: http://www.excelforum.com/member.php...o&userid=31370 View this thread: http://www.excelforum.com/showthread...hreadid=515928 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
And then use application.ontime to dismiss it.
Chip Pearson has lots of instructions at: http://www.cpearson.com/excel/ontime.htm PBANKS wrote: Is it possible to answer "Yes" or "No" to a message box through VBA without actually doing it manually? -- PBANKS ------------------------------------------------------------------------ PBANKS's Profile: http://www.excelforum.com/member.php...o&userid=31370 View this thread: http://www.excelforum.com/showthread...hreadid=515928 -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Outlook security is the reason, found "click yes" on the web. Works great! -- PBANKS ------------------------------------------------------------------------ PBANKS's Profile: http://www.excelforum.com/member.php...o&userid=31370 View this thread: http://www.excelforum.com/showthread...hreadid=515928 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What causes this message? | Excel Discussion (Misc queries) | |||
Opening an attachment of a message that has a message as attachmen | Excel Programming | |||
changing the message in an error message | Excel Worksheet Functions | |||
Need help with message box. | Excel Programming | |||
Displaying a message in a message box without requiring user to click anything to proceed | Excel Programming |