Programming Excel with VBA and .NET by Jeff Webb, Steve Saunders This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated March 31, 2008. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: {36} Fig. 2-1, Variables block, right side; Public g GlobalVar should be: Public g_GlobalVar [158] Item 3. Select Name in the class's Properties... middle of the page; Select Name in the class's Properties window and Type String to rename the class. this should be: Select Name in the class's Properties window and Type Message to rename the class. since the class name you are going to create is Message. {176} bottom of the page; "The code contained in the template is available in that new workbook though the code is not actually copied to the workbook." Should say "The code contained in the template is copied to the workbook." [235] 1st sentence under Application.MailSystem (bottom of page); "users" should be "user's"