Writing Excel Macros with VBA, Second Edition by Steven Roman The following corrections were made to the 11/03 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 (xii) IN PRINT: 3rd paragraph, last line; "...such as support for text-to-speed and..." NOW READS: "...such as support for text-to-speech and..." {96} Top Code Example of For Each Loop; In the general syntax definition of the For Each loop, the word "Each" was omitted. First line of code sample NOW READS: For Each ObjectVar In CollectionName (152) Example 12-8 - "Macro Invoked by Selecting a Composer from the List Box"; Find the list box control NOW READS: ' Find the list box control