Options object (Publisher)
Represents application and publication options in Microsoft Publisher. Many of the properties for the Options object correspond to items in the Options dialog box (Tools menu).
Remarks
Use the Application.Options property to return the Options object.
Example
The following example sets four application options for Publisher.
Sub SetSpecialOptions()
With Options
.AllowBackgroundSave = True
.DragAndDropText = True
.AutoHyphenate = True
.MeasurementUnit = pbUnitInch
End With
End Sub
Methods
Properties
- AddHebDoubleQuote
- AllowBackgroundSave
- Application
- AutoFormatWord
- AutoHyphenate
- AutoKeyboardSwitching
- AutoSelectWord
- DefaultPubDirection
- DefaultTextFlowDirection
- DisplayStatusBar
- DragAndDropText
- HyphenationZone
- MeasurementUnit
- Parent
- PathForPictures
- PathForPublications
- SaveAutoRecoverInfo
- SaveAutoRecoverInfoInterval
- SequenceCheck
- ShowBasicColors
- ShowScreenTipsOnObjects
- ShowTipPages
- TypeNReplace
- UseCatalogAtStartup
- UseWizardForBlankPublication
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.