No project of this size can be completely without errors and this is no exception. It's sort of like writing a 300,000 word Visual Basic program without the benefit of a compiler to check your spelling and grammar. This page describes some improvements to the example programs and the mistakes found so far.
If you find other errors, please let me know.
Most of these are typos that are more annoying than confusing.
- April 28, 2011
-
Devin Napoleon noticed a typo on Page 267. The second code snippet contains the code TextWrapping = "Wrap" but the text that follows says TextWrapping = True. The code is correct and the text should say TextWrapping = Wrap.
If you sign up for one of my VB Helper newsletters, you will be notified when there are updates to this book.
|