| | Awarded by Microsoft since 2005: |  |
| | VBOffice Info | | Visitors | 1390768 | | Impressions | 5095531 |
| |
|
| |
| Author: Michael Bauer | Homepage | | Date: 20.07.2007 | Accessed: 19272 | | | | Description
In Excel there's a function to stop the code execution for a determined time, in Outlook there isn't such a function. But you can use the Sleep function of the Win32 API, of course. |
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliSeconds As Long)
Public Sub Test()
Sleep 3000
MsgBox "Hello"
End Sub
|
| | |
| | |  | ReplyAll alerts you before unintentionally replying all, or if you are a confidential BCC recipient of the ... [more] |
| | |  | Access the master category list in the blink of an eye, share your categories in a network, get a reminder service, and ... [more] |
| | |  | SAM automatically sets the sender, signature, and folder for sent items, for instance based on the recipient ... [more] |
| | |  | OLKeeper reliably prevents users from closing their Outlook window and thus possibly missing reminders or ... [more] |
| |
|