Word Hacks by Andrew Savikas The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. 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 This page was updated May 1, 2006. UNCONFIRMED errors and comments from readers: {57} In code for cmdOpen_Click() mid page; In third line of Trap: code, there should be a space after the "&" and before the "_" for line continuation [83] Through to p.85; - During the instructions in the 1st paragraph of p.83, [Insert paragraph number] should be checked. Otherwise the heading text rather than the paragraph number will be displayed. This change should be reflected to Fig 3-36, 3-37 and 3-39. - In the 1st line of the code in p.85, Text:="ChapterLabel", _ should be Text:="\s ChapterLabel", _ for the same reason. {128} 14th line of the code; c.Author & vbTab & c.Range.text & vbCr should be: c.Range.text & vbTab & c.Author & vbCr {132} 18th line of the doc2outlookemail(); sDocText = Replace(sDocText, Chr(13), String(2, Chr(13)) should be sDocText = Replace(sDocText, Chr(13), String(2, Chr(13))) [148] MakeAutoXRef() code; - In 15th and 29th lines, GetParaIndex should be GetParagraphIndex.