Writing Excel Macros with VBA, Second Edition by Steven Roman The following errata were *corrected* in the 8/04 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem [xi] third paragraph; "...such as my Enhanced Object Browser, a coupon for which is included in the back of this book" NOW READS: "...such as my Enhanced Object Browser." {97} 1st Do While example code; Do While IsEmpty (Activesheet.Rows(1).Cells(i)) NOW READS: Do While Not IsEmpty (Activesheet.Rows(1).Cells(i)) (97) 6th paragraph, starting "Just as the for loop..."; last word on 1st line, "as" NOW READS: "has"