 |
Mastering MIcrosoft VBA , 2nd Edition
Guy Hart-Davis
ISBN: 978-0-7821-4436-9
Paperback
736 pages
October 2005
|
 |
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.
| Chapter | Page | Details | Date | Print Run |
| 6 |
107 |
Line of Code Omitted Middle of page, in the block of code:
After the third line, "Dim lngController As Long," add a line that reads:
"Dim intReportNumber As Integer"
|
11/29/07 |
|
| 7 |
126 |
Text Correction Under Searching through an Array, the second sentence:
"This section shows you two methods of sorting..." should read:
"This section shows you two methods of searching..."
|
11/29/07 |
|
| 7 |
132 |
Text Correction Second-to-last bullet, last sentence:
"...and intBottom has a value of 0..." should read:
"...and intBottom has a value of 1, so intMiddle receives the value 500 (1001 divided by 2, rounded down)."
|
11/29/07 |
|
| 7 |
133 |
Text Correction Step 2., last sentence:
"(Because the statement is broken onto two lines...)" should read:
"(Because the statement is broken onto three lines, the Visual Basic Editor displays three brown dots rather than one in the margin indicator bar.)
|
11/29/07 |
|
| 11 |
211 |
Text Correction Third bullet, first sentence:
"If the length of strPassword is zero..." should read:
"If the length of strPassword is less than six characters..."
Fourth bullet, first sentence:
"If the length of strPassword isn't more than 15 characters..." should read:
"If the length of strPassword is at least six characters but not more than 15 characters..."
|
11/29/07 |
|
| 14 |
269 |
Figure 14.4 mis-labeled Figure 14.4, labels at top:
Reverse the labels, so they read, from left to right:
Select Objects, Label, TextBox, ComboBox, and ListBox
|
11/29/07 |
|
|
|