Wiley.com
Print this page Share

Excel VBA 24-Hour Trainer

ISBN: 978-0-470-89069-1
Paperback
432 pages
May 2011
Excel VBA 24-Hour Trainer (047089069X) cover image
This title is out-of-print and not currently available for purchase from this site.

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.

ChapterPageDetailsDatePrint Run
108 Error in Text
Point 11, code snap below:

Currently reads:

Exit For
End IfNext i

Should read:

Exit For
End If
Next i
12/11/2013
246 Error in Numbered List
In number 7:
7. Draw a ListBox on the UserForm and accept its default name of ListBox1. Set its MultiSelect propert to 1 - fmMultiSelectMulti.8. Draw a CommandButton on the UswerForm....

Insert an paragraph break before the 8, which makes "8. Draw a CommandButton...." its own list item, and renumbering the rest of the list.
4/4/11
Back to Top