Wiley.com
Print this page Share

Professional VSTO 2005: Visual Studio 2005 Tools for Office

ISBN: 978-0-471-78813-3
Paperback
336 pages
May 2006
Professional VSTO 2005: Visual Studio 2005 Tools for Office (0471788139) 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
40 Error in Reference
2nd paragraph after "Working with Offsets" heading, last line:
E3

should be:
F4
7/26/06
43 Error in Code
2nd shaded code section on page (Visual Basic section):
this.Controls.AddNamedRange(Me.Range("B2", "F6"), "ValueRange");

should be:
valueRange = Me.Controls.AddNamedRange(Me.Range("B2", "F6"), "ValueRange")
7/26/06

Related Titles

General

by Edward Willett, Steve Cummings
by Edward Willett, Allen Wyatt, Bill Rodgers
by Rob Tidrow
by Cary N. Prague, Jennifer Reardon, Lawrence S. Kasevich, Diana Reid, Phuc V. Phan
Back to Top