I'm wanting to switch off any selections from a multibox that might have been made, so that a generated XL report gives a full tally.
I tried these and none worked:
ActiveDocument.Fields("DirectShip").Clear (wanted to clear a specific selection)
--------
ActiveDocument.Fields("Part Classification").Clear (wanted to clear a whole multibox)
--------
Set SelectField = ActiveDocument.Fields("Part Classification", "SD Coverage") ("Part Classification" is name of multibox, "SD Coverage" is name of sheet/tab) SelectField.SelectValues = SelectField.GetNoValues