We have a macro package that stores values from Wizard dialogs into the customxmlparts. I want to use those values held by the customxmlparts in VBA code. I am new to Word2010 (coming from Word 2003) and do not completely (if at all) understand
them yet. I need, for example, to find the value entered for ClientNumber in the dialog.
How would I extract the number held in customxmlparts and assign it to a document variable using VBA code? Or merely how to access the "data" stored in the customxmlparts.
Thank you.