Options Object

Description

Represents application and document options in Word. Many of the properties for the Options object correspond to items in the Options dialog box (Tools menu).

Using the Options Object

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

AllowAccentedUppercase property, AllowDragAndDrop property, AllowFastSave property, AnimateScreenMovements property, Application property, AutoFormatApplyBulletedLists property, AutoFormatApplyHeadings property, AutoFormatApplyLists property, AutoFormatApplyOtherParas property, AutoFormatAsYouTypeApplyBorders property, AutoFormatAsYouTypeApplyBulletedLists property, AutoFormatAsYouTypeApplyHeadings property, AutoFormatAsYouTypeApplyNumberedLists property, AutoFormatAsYouTypeApplyTables property, AutoFormatAsYouTypeDefineStyles property, AutoFormatAsYouTypeFormatListItemBeginning property, AutoFormatAsYouTypeReplaceFractions property, AutoFormatAsYouTypeReplaceHyperlinks property, AutoFormatAsYouTypeReplaceOrdinals property, AutoFormatAsYouTypeReplacePlainTextEmphasis property, AutoFormatAsYouTypeReplaceQuotes property, AutoFormatAsYouTypeReplaceSymbols property, AutoFormatPlainTextWordMail property, AutoFormatPreserveStyles property, AutoFormatReplaceFractions property, AutoFormatReplaceHyperlinks property, AutoFormatReplaceOrdinals property, AutoFormatReplacePlainTextEmphasis property, AutoFormatReplaceQuotes property, AutoFormatReplaceSymbols property, AutoWordSelection property, BackgroundSave property, BlueScreen property, ButtonFieldClicks property, CheckGrammarAsYouType property, CheckGrammarWithSpelling property, CheckSpellingAsYouType property, ConfirmConversions property, CreateBackup property, Creator property, DefaultBorderColorIndex property, DefaultBorderLineStyle property, DefaultBorderLineWidth property, DefaultFilePath property, DefaultHighlightColorIndex property, DefaultOpenFormat property, DefaultTray property, DefaultTrayID property, DeletedTextColor property, DeletedTextMark property, EnableSound property, EnvelopeFeederInstalled property, GridDistanceHorizontal property, GridDistanceVertical property, GridOriginHorizontal property, GridOriginVertical property, IgnoreInternetAndFileAddresses property, IgnoreMixedDigits property, IgnoreUppercase property, InsertedTextColor property, InsertedTextMark property, INSKeyForPaste property, MapPaperSize property, MeasurementUnit property, Overtype property, Pagination property, Parent property, PictureEditor property, PrintBackground property, PrintComments property, PrintDraft property, PrintDrawingObjects property, PrintFieldCodes property, PrintHiddenText property, PrintProperties property, PrintReverse property, ReplaceSelection property, RevisedLinesColor property, RevisedLinesMark property, RevisedPropertiesColor property, RevisedPropertiesMark property, RTFInClipboard property, SaveInterval property, SaveNormalPrompt property, SavePropertiesPrompt property, SendMailAttach property, ShortMenuNames property, ShowReadabilityStatistics property, SmartCutPaste property, SnapToGrid property, SnapToShapes property, SuggestFromMainDictionaryOnly property, SuggestSpellingCorrections property, TabIndentKey property, UpdateFieldsAtPrint property, UpdateLinksAtOpen property, UpdateLinksAtPrint property, VirusProtection property, WPDocNavKeys property, WPHelp property.

Methods

SetWPHelpOptions method.