B blackbox via OfficeKB.com Jun 21, 2007 #1 Is there an easy way to make a mesage box close after 3 seconds rather than wait for user to click the "OK" button?
Is there an easy way to make a mesage box close after 3 seconds rather than wait for user to click the "OK" button?
N NickHK Jun 21, 2007 #2 You can use the MsgBox exposed through Windows Script, which has an optional timeout argument. http://www.xcelfiles.com/Excel03.html NickHK
You can use the MsgBox exposed through Windows Script, which has an optional timeout argument. http://www.xcelfiles.com/Excel03.html NickHK
B blackbox via OfficeKB.com Jun 21, 2007 #3 Nick, Thanks once agian! You can use the MsgBox exposed through Windows Script, which has an optional timeout argument. http://www.xcelfiles.com/Excel03.html NickHK Click to expand...
Nick, Thanks once agian! You can use the MsgBox exposed through Windows Script, which has an optional timeout argument. http://www.xcelfiles.com/Excel03.html NickHK Click to expand...
B Bob Phillips Jun 21, 2007 #4 Note that this method is notoriously unreliable. Many people have reported problems, it fails to close, and I have seen it a few times myself. -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy)
Note that this method is notoriously unreliable. Many people have reported problems, it fails to close, and I have seen it a few times myself. -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy)
B blackbox via OfficeKB.com Jun 21, 2007 #5 thanks for the tip, I'll keep an eye on it Bob said: Note that this method is notoriously unreliable. Many people have reported problems, it fails to close, and I have seen it a few times myself. Nick, Click to expand... [quoted text clipped - 10 lines] Click to expand...
thanks for the tip, I'll keep an eye on it Bob said: Note that this method is notoriously unreliable. Many people have reported problems, it fails to close, and I have seen it a few times myself. Nick, Click to expand... [quoted text clipped - 10 lines] Click to expand...
P Peter T Jun 21, 2007 #6 thanks for the tip, I'll keep an eye on it It might always work for you, but there's at least a 50/50 chance it won't for your users Regards, Peter T
thanks for the tip, I'll keep an eye on it It might always work for you, but there's at least a 50/50 chance it won't for your users Regards, Peter T
B blackbox via OfficeKB.com Jun 21, 2007 #7 as long as they can still hit the "OK" button to close it, it's not that big of a deal but no problems so far thanks again
as long as they can still hit the "OK" button to close it, it's not that big of a deal but no problems so far thanks again
B Bob Phillips Jun 21, 2007 #8 By that philosophy, why bother, just use MsgBox. -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy)
By that philosophy, why bother, just use MsgBox. -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy)
B blackbox via OfficeKB.com Jun 21, 2007 #9 good point If i hear of any problems with it I may change it back to a regular message box Bob said: By that philosophy, why bother, just use MsgBox. as long as they can still hit the "OK" button to close it, it's not that big Click to expand... [quoted text clipped - 15 lines] Click to expand...
good point If i hear of any problems with it I may change it back to a regular message box Bob said: By that philosophy, why bother, just use MsgBox. as long as they can still hit the "OK" button to close it, it's not that big Click to expand... [quoted text clipped - 15 lines] Click to expand...