More Outlook Resource Sites
Microsoft Developer Network (MSDN)
FAQs and other general resources
| |
Looking for help with Outlook programming projects
— VSTO, add-ins, VBA, custom
Outlook forms, etc.? You′ve come to the right place!
NEW! >> Subscribe to this site via RSS.
For more RSS options, see the complete list of feeds on
our main news page.
|
|
Simple NextBusinessDay() function
|
|
If you need to know what date will occur 3 days from now, counting weekdays only, there's no simple way to do that with just a formula (at least not one that I can debug easily), hence the need for a function like this one that can skip days. (If weekends fall on different days in your part of the world, adjust the Select block accordingly.)
For a more robust version that can also account for vacation and holidays, see listing 14.4 in the sample code for the book, from the 'get the code' link above.
|
|
25-Aug-2003 09:58
|
|
beginner
|
|
Code Essentials
|
|
Sue Mosher |
|
|
|
|