Errata

Programming Excel with VBA and .NET

Errata for Programming Excel with VBA and .NET

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 36
Fig. 2-1, Variables block, right side

Public g GlobalVar
should be:
Public g_GlobalVar

Anonymous   
Printed
Page 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.

Anonymous   
Printed
Page 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."

Anonymous   
Printed
Page 235
1st sentence under Application.MailSystem (bottom of page)

"users" should be "user's"

Anonymous