Options object (Word)
Represents application and document options in Word. Many of the properties for the Options object correspond to items in the Options dialog box.
Remarks
Use the Options property to return the Options object. The following example sets three application options for Word.
With Options
.AllowDragAndDrop = True
.ConfirmConversions = False
.MeasurementUnit = wdPoints
End With
Properties
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.