Application EditDirectlyInCell Property
True if Microsoft Excel allows editing in cells. Read/write Boolean.
Application EnableAutoComplete Property
True if the AutoComplete feature is enabled. Read/write Boolean.
Application EnableCancelKey Property
Controls how Microsoft Excel handles CTRL+BREAK (or ESC or COMMAND+PERIOD) user interruptions to the running procedure. Read/write XlEnableCancelKey.
Application EnableEvents Property
True if events are enabled for the specified object. Read/write Boolean.
Application EnableLargeOperationAlert Property
Sets or returns a Boolean that represents whether to display an alert message when a user attempts to perform an operation that affects a larger number of cells than is specified in the Office center UI. Read/write Boolean.
Application EnableLivePreview Property
Sets or returns a Boolean that represents whether to show or hide gallery previews that appear when using galleries that support previewing. Setting this property to True shows a preview of your workbook before applying the command. Read/write Boolean.
Application EnableMacroAnimations Property
Controls whether macro animations are enabled. True if user interface animations or chart animations are enabled. Is set to False (no animation) by default. If it is set to True during the running of a macro, it will enable animation and then will reset to False after the macro runs. Read/write Boolean.
Application EnableSound Property
True if sound is enabled for Microsoft Office. Read/write Boolean.
Application ErrorCheckingOptions Property
Returns an ErrorCheckingOptions object, which represents the error checking options for an application.
Application Excel4IntlMacroSheets Property
Returns a Sheets collection that represents all the Microsoft Excel 4.0 international macro sheets in the specified workbook. Read-only.
Application Excel4MacroSheets Property
Returns a Sheets collection that represents all the Microsoft Excel 4.0 macro sheets in the specified workbook. Read-only.
Application ExtendList Property
True if Microsoft Excel automatically extends formatting and formulas to new data that is added to a list. Read/write Boolean.