This file contains code snippets for use with the following exercises from Chapter 22: - Create a Word document from scratch - Ribbon customization - Binding Custom XML data to content controls You can also find code snippets for use with exercise on adding a macro to the Ribbon from chapter 23. The Chapter 23 code is at the end of this file. Note that this file contains the XML code only and not the related VBA macro. **************************************** When copying code, be sure to select all characters, including outside angle brackets, for the applicable code -- but do NOT select any characters beyond the code snippet (such as extra hard returns or the asterisks or underscores used here to divide the code snippets for ease of reference.) **************************************** Create a document from scratch ________________________________________ document.xml **************************************** This is the first Word document I've created from scratch. [Content_Types].xml **************************************** .rels **************************************** Ribbon customization _________________________________________ CustomUI.xml *****************************************