Wiley.com
Print this page Share

Professional Outlook 2007 Programming

ISBN: 978-0-470-04994-5
Paperback
454 pages
October 2007
Professional Outlook 2007 Programming (0470049944) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
4 95 Error in Code
Near the bottom of pg 95:

...
Set oCategory = colCategories.Item("Business")
If (oCategory Is Nothing) Then 'if not, create it
Set oCategory = colCategories.Item("Business")
...

In this code, Item

Should be:

Add
5/20/09

Related Titles

Microsoft Outlook

by Bill Dyszel
by Rob Tidrow
Back to Top