Writing Word Macros by Steven Roman This page lists the errors corrected in the 2/99 printing: 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 ?page-number?: reader question or request for clarification {99} Second to last code block, third line, replaced: Do While para.Characters.Count > 1 With Do While para.Range.Characters.Count {99} Last line, replaced: Loop While para.Characters.Count > 1 With Loop While para.Range.Characters.Count > 1