Microsoft Excel 2000/Visual Basic for Applications Fundamentals Comment and Corrections (230048)



The information in this article applies to:

  • MSPRESS Microsoft Excel 2000/Visual Basic for Applications Fundamentals ISBN 0-7356-0593-9

This article was previously published under Q230048

SUMMARY

This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Microsoft Excel 2000/Visual Basic for Applications Fundamentals, ISBN 0-7356-0593-9.

The following topics are covered:

  • Page xiv: Incorrect URL
  • Page 121: Error In Code Sample

MORE INFORMATION

Page xiv: Incorrect URL

Page xiv states correctly that Microsoft Press offers corrections for its books, but provides an incorrect URL.

Replace with:


Page 121: Error In Code Sample

Change:
Set myShapeRange = ActiveSheet.Shapes.Range(Array("Box", "Sun"))

To:
Set myShapeRange = ActiveSheet.Shapes.Range(Array("BigBox", "Sun"))

Microsoft Press is committed to providing informative and accurate books. All comments and corrections listed above are ready for inclusion in future printings of this book. If you have a later printing of this book, it may already contain most or all of the above corrections.

Modification Type:MajorLast Reviewed:12/16/2000
Keywords:kbdocerr kbdocfix kbinfo KB230048