Options.ResetWizardSynchronizing Method

Publisher Developer Reference

Resets the data that Microsoft Office Publisher uses to automatically change similar objects to have the same formatting or content.

Syntax

expression.ResetWizardSynchronizing

expression   A variable that represents an Options object.

Remarks

Unexpected formatting changes may be a result of Publisher's object synchronization. Resetting the synchronization data will stop these changes.

Example

The following example resets the synchronization data that Publisher uses to give similar objects the same formatting.

Visual Basic for Applications
  Options.ResetWizardSynchronizing

See Also