Setting Up Topic Object Variables

Example—Set up topic object variables

// setting up topic objects variables...
PCWItems = ActiveDocument.Sections["DataModel"].DataModel.Topics["PCW_ITEMS"]
PCWSales = ActiveDocument.Sections["DataModel"].DataModel.Topics["PCW_SALES"]
PCWCustomers = ActiveDocument.Sections["DataModel"].DataModel.Topics["PCW_CUSTOMERS"]
PCWPeriods = ActiveDocument.Sections["DataModel"].DataModel.Topics["PCW_PERIODS"]