Application Members

Include Protected Members
Include Inherited Members

Represents the entire Microsoft Excel application.

The Application type exposes the following members.

Properties

  Name Description
Public property _Default Reserved for internal use. (Inherited from _Application.)
Public property ActiveCell Returns a Range object that represents the active cell in the active window (the window on top) or in the specified window. If the window isn't displaying a worksheet, this property fails. (Inherited from _Application.)
Public property ActiveChart Returns a Chart object that represents the active chart (either an embedded chart or a chart sheet). An embedded chart is considered active when it's either selected or activated. When no chart is active, this property returns Nothing. (Inherited from _Application.)
Public property ActiveDialog Reserved for internal use. (Inherited from _Application.)
Public property ActiveEncryptionSession Read-only. (Inherited from _Application.)
Public property ActiveMenuBar Reserved for internal use. (Inherited from _Application.)
Public property ActivePrinter Returns or sets the name of the active printer. (Inherited from _Application.)
Public property ActiveProtectedViewWindow Gets a ProtectedViewWindow object that represents the active Protected View window (the window on top). (Inherited from _Application.)
Public property ActiveSheet Returns an object that represents the active sheet (the sheet on top) in the active workbook or in the specified window or workbook. Returns Nothing if no sheet is active. (Inherited from _Application.)
Public property ActiveWindow Returns a Window object that represents the active window (the window on top). Returns Nothing if there are no windows open. (Inherited from _Application.)
Public property ActiveWorkbook Returns a Workbook object that represents the workbook in the active window (the window on top). Returns Nothing if there are no windows open or if either the Info window or the Clipboard window is the active window. (Inherited from _Application.)
Public property AddIns Returns an AddIns collection that represents all the add-ins listed in the Add-Ins dialog box (Tools menu). (Inherited from _Application.)
Public property AddIns2 Gets a collection of AddIns2 objects that represent all the add-ins that are currently available or open in Microsoft Excel, regardless of whether they are installed. (Inherited from _Application.)
Public property AlertBeforeOverwriting True if Microsoft Excel displays a message before overwriting nonblank cells during a drag-and-drop editing operation. (Inherited from _Application.)
Public property AltStartupPath Returns or sets the name of the alternate startup folder. (Inherited from _Application.)
Public property AlwaysUseClearType Returns or sets a Boolean that represents whether to use ClearType to display fonts in the menu, Ribbon, and dialog box text. Read/write. (Inherited from _Application.)
Public property AnswerWizard Returns the AnswerWizard object for Microsoft Excel. (Inherited from _Application.)
Public property Application Returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). (Inherited from _Application.)
Public property ArbitraryXMLSupportAvailable Returns a Boolean value that indicates whether the XML features in Microsoft Excel are available. (Inherited from _Application.)
Public property AskToUpdateLinks True if Microsoft Excel asks the user to update links when opening files with links. False if links are automatically updated with no dialog box. (Inherited from _Application.)
Public property Assistance Returns an IAssistance object for short_Excel2007 that represents the Microsoft Office Help Viewer. Read-only. (Inherited from _Application.)
Public property Assistant Returns an Assistant object for Microsoft Excel. (Inherited from _Application.)
Public property AutoCorrect Returns an AutoCorrect object that represents the Microsoft Excel AutoCorrect attributes. (Inherited from _Application.)
Public property AutoFormatAsYouTypeReplaceHyperlinks True (default) if Microsoft Excel automatically formats hyperlinks as you type. False if Excel does not automatically format hyperlinks as you type. (Inherited from _Application.)
Public property AutomationSecurity Returns or sets an MsoAutomationSecurity constant that represents the security mode Microsoft Excel uses when programmatically opening files. (Inherited from _Application.)
Public property AutoPercentEntry True if entries in cells formatted as percentages aren’t automatically multiplied by 100 as soon as they are entered. (Inherited from _Application.)
Public property AutoRecover Returns an AutoRecover object, which backs up all file formats on a timed interval. (Inherited from _Application.)
Public property Build Returns the Microsoft Excel build number. (Inherited from _Application.)
Public property CalculateBeforeSave True if workbooks are calculated before they're saved to disk (if the Calculation property is set to xlManual). This property is preserved even if you change the Calculation property. (Inherited from _Application.)
Public property Calculation Returns or sets the calculation mode. Read/write XlCalculation. (Inherited from _Application.)
Public property CalculationInterruptKey Sets or returns an XlCalculationInterruptKey constant that specifies the key that can interrupt Microsoft Excel when performing calculations. (Inherited from _Application.)
Public property CalculationState Returns an XlCalculationState constant that indicates the calculation state of the application for any calculations that are being performed in Microsoft Excel. (Inherited from _Application.)
Public property CalculationVersion Returns a number whose rightmost four digits are the minor calculation engine version number, and whose other digits (on the left) are the major version of Microsoft Excel. (Inherited from _Application.)
Public property Caller Returns information about how Visual Basic was called (for more information, see the Remarks section). (Inherited from _Application.)
Public property CanPlaySounds This property should not be used. Sound notes have been removed from Microsoft Excel. (Inherited from _Application.)
Public property CanRecordSounds This property should not be used. Sound notes have been removed from Microsoft Excel. (Inherited from _Application.)
Public property Caption The name that appears in the title bar of the main Microsoft Excel window. If you don't set a name, or if you set the name to Empty, this property returns "Microsoft Excel". (Inherited from _Application.)
Public property CellDragAndDrop True if dragging and dropping cells is enabled. (Inherited from _Application.)
Public property Cells Returns a Range object that represents all the cells on the active worksheet. If the active document isn’t a worksheet, this property fails. (Inherited from _Application.)
Public property Charts Returns a Sheets collection that represents all the chart sheets in the active workbook. (Inherited from _Application.)
Public property ClipboardFormats Returns the formats that are currently on the Clipboard as an array of numeric values. To determine whether a particular format is on the Clipboard, compare each element in the array with the appropriate constant listed in the Remarks section. (Inherited from _Application.)
Public property ClusterConnector Gets or sets the name of the High Performance Computing (HPC) Cluster Connector that is used to run user-defined functions in XLL add-ins. (Inherited from _Application.)
Public property ColorButtons Reserved for internal use. (Inherited from _Application.)
Public property Columns Returns a Range object that represents all the columns on the active worksheet. If the active document isn't a worksheet, the Columns property fails. (Inherited from _Application.)
Public property COMAddIns Returns the COMAddIns collection for Microsoft Excel, which represents the currently installed COM add-ins. (Inherited from _Application.)
Public property CommandBars Returns a CommandBars object that represents the Microsoft Excel command bars. (Inherited from _Application.)
Public property CommandUnderlines Returns or sets the state of the command underlines in Microsoft Excel for the Macintosh. (Inherited from _Application.)
Public property ConstrainNumeric True if handwriting recognition is limited to numbers and punctuation only. (Inherited from _Application.)
Public property ControlCharacters True if Microsoft Excel displays control characters for right-to-left languages. (Inherited from _Application.)
Public property CopyObjectsWithCells True if objects are cut, copied, extracted, and sorted with cells. (Inherited from _Application.)
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C. (Inherited from _Application.)
Public property Cursor Returns or sets the appearance of the mouse pointer in Microsoft Excel. (Inherited from _Application.)
Public property CursorMovement Returns or sets a value that indicates whether a visual cursor or a logical cursor is used. Can be one of the following constants: xlVisualCursor or xlLogicalCursor. (Inherited from _Application.)
Public property CustomListCount Returns the number of defined custom lists (including built-in lists). (Inherited from _Application.)
Public property CutCopyMode Returns or sets the status of Cut or Copy mode. (Inherited from _Application.)
Public property DataEntryMode Returns or sets Data Entry mode, as shown in the table below. When in Data Entry mode, you can enter data only in the unlocked cells in the currently selected range. (Inherited from _Application.)
Public property DDEAppReturnCode Returns the application-specific DDE return code that was contained in the last DDE acknowledge message received by Microsoft Excel. (Inherited from _Application.)
Public property DecimalSeparator Sets or returns the character used for the decimal separator as a String. (Inherited from _Application.)
Public property DefaultFilePath Returns or sets the default path that Microsoft Excel uses when it opens files. (Inherited from _Application.)
Public property DefaultSaveFormat Returns or sets the default format for saving files. (Inherited from _Application.)
Public property DefaultSheetDirection Returns or sets the default direction in which Microsoft Excel displays new windows and worksheets. Can be one of the following constants: xlRTL (right to left) or xlLTR (left to right). (Inherited from _Application.)
Public property DefaultWebOptions Returns the DefaultWebOptions object that contains global application-level attributes used by Microsoft Excel whenever you save a document as a Web page or open a Web page. (Inherited from _Application.)
Public property DeferAsyncQueries Gets or sets whether asychronous queries to OLAP data sources are executed when a worksheet is calculated by VBA code. Read/write. (Inherited from _Application.)
Public property Dialogs Returns a Dialogs collection that represents all built-in dialog boxes. (Inherited from _Application.)
Public property DialogSheets Reserved for internal use. (Inherited from _Application.)
Public property DisplayAlerts True if Microsoft Excel displays certain alerts and messages while a macro is running. (Inherited from _Application.)
Public property DisplayClipboardWindow Returns True if the Microsoft Office Clipboard can be displayed. (Inherited from _Application.)
Public property DisplayCommentIndicator Returns or sets the way cells display comments and indicators. Can be one of the following XlCommentDisplayMode constants: xlNoIndicator, xlCommentIndicatorOnly, or xlCommentAndIndicator. (Inherited from _Application.)
Public property DisplayDocumentActionTaskPane Set to True to display the Document Actions task pane; set to False to hide the Document Actions task pane. (Inherited from _Application.)
Public property DisplayDocumentInformationPanel Returns or sets a Boolean that represents whether the document properties panel is displayed. Read/write. (Inherited from _Application.)
Public property DisplayExcel4Menus True if Microsoft Excel displays version 4.0 menu bars. (Inherited from _Application.)
Public property DisplayFormulaAutoComplete Gets or sets whether to show a list of relevant functions and defined names when building cell formulas. Read/write. (Inherited from _Application.)
Public property DisplayFormulaBar True if the formula bar is displayed. (Inherited from _Application.)
Public property DisplayFullScreen True if Microsoft Excel is in full-screen mode. (Inherited from _Application.)
Public property DisplayFunctionToolTips True if function ToolTips can be displayed. (Inherited from _Application.)
Public property DisplayInfoWindow Reserved for internal use. (Inherited from _Application.)
Public property DisplayInsertOptions True if the Insert Options button should be displayed. (Inherited from _Application.)
Public property DisplayNoteIndicator True if cells containing notes display cell tips and contain note indicators (small dots in their upper-right corners). (Inherited from _Application.)
Public property DisplayPasteOptions True if the Paste Options button can be displayed. (Inherited from _Application.)
Public property DisplayRecentFiles True if the list of recently used files is displayed on the File menu. (Inherited from _Application.)
Public property DisplayScrollBars True if scroll bars are visible for all workbooks. (Inherited from _Application.)
Public property DisplayStatusBar True if the status bar is displayed. (Inherited from _Application.)
Public property Dummy101 Reserved for internal use. (Inherited from _Application.)
Public property EditDirectlyInCell True if Microsoft Excel allows editing in cells. (Inherited from _Application.)
Public property EnableAnimations True if animated insertion and deletion is enabled. (Inherited from _Application.)
Public property EnableAutoComplete True if the AutoComplete feature is enabled. (Inherited from _Application.)
Public property EnableCancelKey Controls how Microsoft Excel handles CTRL+BREAK (or ESC or COMMAND+PERIOD) user interruptions to the running procedure. Read/write XlEnableCancelKey. (Inherited from _Application.)
Public property EnableEvents True if events are enabled for the specified object. (Inherited from _Application.)
Public property EnableLargeOperationAlert 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. (Inherited from _Application.)
Public property EnableLivePreview 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. (Inherited from _Application.)
Public property EnableSound True if sound is enabled for Microsoft Office. (Inherited from _Application.)
Public property EnableTipWizard Reserved for internal use. (Inherited from _Application.)
Public property ErrorCheckingOptions Returns an ErrorCheckingOptions object, which represents the error checking options for an application. (Inherited from _Application.)
Public property Excel4IntlMacroSheets Returns a Sheets collection that represents all the Microsoft Excel 4.0 international macro sheets in the specified workbook. (Inherited from _Application.)
Public property Excel4MacroSheets Returns a Sheets collection that represents all the Microsoft Excel 4.0 macro sheets in the specified workbook. (Inherited from _Application.)
Public property ExtendList True if Microsoft Excel automatically extends formatting and formulas to new data that is added to a list. (Inherited from _Application.)
Public property FeatureInstall Returns or sets a value (constant) that specifies how Microsoft Excel handles calls to methods and properties that require features that aren’t yet installed. Read/write MsoFeatureInstall. (Inherited from _Application.)
Public property FileConverters Returns information about installed file converters. Returns Null if there are no converters installed. (Inherited from _Application.)
Public property FileDialog Returns a FileDialog object representing an instance of the file dialog. (Inherited from _Application.)
Public property FileExportConverters Returns a FileExportConverters collection that represents all the file converters for saving files available to Microsoft Excel. Read-only. (Inherited from _Application.)
Public property FileFind You have requested Help for a Visual Basic keyword used only on the Macintosh. For information about this keyword, consult the language reference Help included with Microsoft Office Macintosh Edition. (Inherited from _Application.)
Public property FileSearch Returns a FileSearch object for use with file searches. This property is available only in Microsoft Windows. (Inherited from _Application.)
Public property FileValidation Gets or sets how Microsoft Excel will validate files before opening them. (Inherited from _Application.)
Public property FileValidationPivot Gets or sets how Microsoft Excel will validate the contents of the data caches for PivotTable reports. (Inherited from _Application.)
Public property FindFormat Sets or returns the search criteria for the type of cell formats to find. (Inherited from _Application.)
Public property FixedDecimal All data entered after this property is set to True will be formatted with the number of fixed decimal places set by the FixedDecimalPlaces property. (Inherited from _Application.)
Public property FixedDecimalPlaces Returns or sets the number of fixed decimal places used when the FixedDecimal property is set to True. (Inherited from _Application.)
Public property FormulaBarHeight Allows the user to specify the height of the formula bar in lines. Read/write. (Inherited from _Application.)
Public property GenerateGetPivotData Returns True when Microsoft Excel can get PivotTable report data. (Inherited from _Application.)
Public property GenerateTableRefs The GenerateTableRefs property determines whether the traditional notation method or the new structured referencing notation method is used for referencing tables in formulas. Read/write. (Inherited from _Application.)
Public property Height The height, in points, of the main application window. If the window is minimized, this property is read-only and refers to the height of the icon. If the window is maximized, this property cannot be set. Use the WindowState property to determine the window state. (Inherited from _Application.)
Public property HideChartDraftModeNotification Reserved for internal use. (Inherited from _Application.)
Public property HighQualityModeForGraphics Gets or sets whether Excel uses high quality mode to print graphics. (Inherited from _Application.)
Public property Hinstance Returns the instance handle of the instance that is calling Microsoft Excel. (Inherited from _Application.)
Public property HinstancePtr Gets a handle to the instance of Microsoft Excel 2010 represented by the specified _Application object. (Inherited from _Application.)
Public property Hwnd Returns an Integer indicating the top-level window handle of the Microsoft Excel window. (Inherited from _Application.)
Public property IgnoreRemoteRequests True if remote DDE requests are ignored. (Inherited from _Application.)
Public property InsertChartInDraftMode Reserved for internal use. (Inherited from _Application.)
Public property Interactive True if Microsoft Excel is in interactive mode; this property is usually True. If you set this property to False, Microsoft Excel will block all input from the keyboard and mouse (except input to dialog boxes that are displayed by your code). Blocking user input will prevent the user from interfering with the code as it moves or activates Microsoft Excel objects. (Inherited from _Application.)
Public property International Returns information about the current country/region and international settings. (Inherited from _Application.)
Public property IsSandboxed Gets whether the specified workbook is open in a Protected View window. (Inherited from _Application.)
Public property Iteration True if Microsoft Excel will use iteration to resolve circular references. (Inherited from _Application.)
Public property LanguageSettings Returns the LanguageSettings object, which contains information about the language settings in Microsoft Excel. (Inherited from _Application.)
Public property LargeButtons Reserved for internal use. (Inherited from _Application.)
Public property LargeOperationCellThousandCount Returns or sets the maximum number of cells needed in an operation beyond which an alert is triggered. Read/write. (Inherited from _Application.)
Public property Left The distance, in points, from the left edge of the screen to the left edge of the main Microsoft Excel window. (Inherited from _Application.)
Public property LibraryPath Returns the path to the Library folder but without the final separator. (Inherited from _Application.)
Public property MailSession Returns the MAPI mail session number as a hexadecimal string (if there's an active session), or returns Null if there's no session. (Inherited from _Application.)
Public property MailSystem Returns the mail system that's installed on the host machine. Read-only XlMailSystem. (Inherited from _Application.)
Public property MapPaperSize True if documents formatted for the standard paper size of another country/region (for example, A4) are automatically adjusted so that they're printed correctly on the standard paper size (for example, Letter) of your country/region. (Inherited from _Application.)
Public property MathCoprocessorAvailable True if a math coprocessor is available. (Inherited from _Application.)
Public property MaxChange Returns or sets the maximum amount of change between each iteration as Microsoft Excel resolves circular references. (Inherited from _Application.)
Public property MaxIterations Returns or sets the maximum number of iterations that Microsoft Excel can use to resolve a circular reference. (Inherited from _Application.)
Public property MeasurementUnit Specifies the measurement unit used in the application. Read/write Integer value corresponding to the constants in the XlMeasurementUnits enumeration. (Inherited from _Application.)
Public property MemoryFree Returns the amount of memory that's still available for Microsoft Excel to use, in bytes. (Inherited from _Application.)
Public property MemoryTotal Reserved for internal use. (Inherited from _Application.)
Public property MemoryUsed Reserved for internal use. (Inherited from _Application.)
Public property MenuBars Reserved for internal use. (Inherited from _Application.)
Public property Modules Reserved for internal use. (Inherited from _Application.)
Public property MouseAvailable True if a mouse is available. (Inherited from _Application.)
Public property MoveAfterReturn True if the active cell will be moved as soon as the ENTER (RETURN) key is pressed. (Inherited from _Application.)
Public property MoveAfterReturnDirection Returns or sets the direction in which the active cell is moved when the user presses ENTER. Read/write XlDirection. (Inherited from _Application.)
Public property MultiThreadedCalculation Returns a MultiThreadedCalculation object that controls the multi-threaded recalculation settings that are new in Excel 2007. Read-only. (Inherited from _Application.)
Public property Name Returns the name of the object. (Inherited from _Application.)
Public property Names Returns a Names collection that represents all the names in the active workbook. (Inherited from _Application.)
Public property NetworkTemplatesPath Returns the network path where templates are stored. If the network path doesn’t exist, this property returns an empty string. (Inherited from _Application.)
Public property NewWorkbook Returns a NewFile object. (Inherited from _Application.)
Public property ODBCErrors Returns an ODBCErrors collection that contains all the ODBC errors generated by the most recent query table or PivotTable report operation. (Inherited from _Application.)
Public property ODBCTimeout Returns or sets the ODBC query time limit in seconds. The default value is 45 seconds. (Inherited from _Application.)
Public property OLEDBErrors Returns the OLEDBErrors collection, which represents the error information returned by the most recent OLE DB query. (Inherited from _Application.)
Public property OnCalculate Reserved for internal use. (Inherited from _Application.)
Public property OnData Reserved for internal use. (Inherited from _Application.)
Public property OnDoubleClick Reserved for internal use. (Inherited from _Application.)
Public property OnEntry Reserved for internal use. (Inherited from _Application.)
Public property OnSheetActivate Reserved for internal use. (Inherited from _Application.)
Public property OnSheetDeactivate Reserved for internal use. (Inherited from _Application.)
Public property OnWindow Returns or sets the name of the procedure that’s run whenever you activate a window. (Inherited from _Application.)
Public property OperatingSystem Returns the name and version number of the current operating system, for example, "Windows (32-bit) 4.00" or "Macintosh 7.00". (Inherited from _Application.)
Public property OrganizationName Returns the registered organization name. (Inherited from _Application.)
Public property Parent Returns the parent object for the specified object. (Inherited from _Application.)
Public property Path Returns the complete path to the application, excluding the final separator and name of the application. (Inherited from _Application.)
Public property PathSeparator Returns the path separator character ("\"). (Inherited from _Application.)
Public property PivotTableSelection True if PivotTable reports use structured selection. (Inherited from _Application.)
Public property PreviousSelections Returns an array of the last four ranges or names selected. Each element in the array is a Range object. (Inherited from _Application.)
Public property PrintCommunication Gets or sets whether communication with the printer is turned on. (Inherited from _Application.)
Public property ProductCode Returns the globally unique identifier (GUID) for Microsoft Excel. (Inherited from _Application.)
Public property PromptForSummaryInfo True if Microsoft Excel asks for summary information when files are first saved. (Inherited from _Application.)
Public property ProtectedViewWindows Gets a ProtectedViewWindows collection that represents all the Protected View windows that are open in the application. (Inherited from _Application.)
Public property Quitting Reserved for internal use. (Inherited from _Application.)
Public property Range Returns a Range object that represents a cell or a range of cells. (Inherited from _Application.)
Public property Ready Returns True when the Microsoft Excel application is ready; False when the Excel application is not ready. (Inherited from _Application.)
Public property RecentFiles Returns a RecentFiles collection that represents the list of recently used files. (Inherited from _Application.)
Public property RecordRelative True if macros are recorded using relative references; False if recording is absolute. (Inherited from _Application.)
Public property ReferenceStyle Returns or sets how Microsoft Excel displays cell references and row and column headings in either A1 or R1C1 reference style. Read/write XlReferenceStyle. (Inherited from _Application.)
Public property RegisteredFunctions Returns information about functions in either dynamic-link libraries (DLLs) or code resources that were registered with the REGISTER or REGISTER.ID macro functions. (Inherited from _Application.)
Public property ReplaceFormat Sets the replacement criteria to use in replacing cell formats. The replacement criteria is then used in a subsequent call to the Replace method of the Range object. (Inherited from _Application.)
Public property RollZoom True if the IntelliMouse zooms instead of scrolling. (Inherited from _Application.)
Public property Rows Returns a Range object that represents all the rows on the active worksheet. If the active document isn’t a worksheet, the Rows property fails. (Inherited from _Application.)
Public property RTD Returns an RTD object. (Inherited from _Application.)
Public property SaveISO8601Dates Gets or sets whether Excel saves date and time values using the ISO 8601 format. (Inherited from _Application.)
Public property ScreenUpdating True if screen updating is turned on. (Inherited from _Application.)
Public property Selection Returns the selected object in the active window. (Inherited from _Application.)
Public property Sheets Returns a Sheets collection that represents all the sheets in the active workbook. (Inherited from _Application.)
Public property SheetsInNewWorkbook Returns or sets the number of sheets that Microsoft Excel automatically inserts into new workbooks. (Inherited from _Application.)
Public property ShortcutMenus Reserved for internal use. (Inherited from _Application.)
Public property ShowChartTipNames True if charts show chart tip names. The default value is True. (Inherited from _Application.)
Public property ShowChartTipValues True if charts show chart tip values. The default value is True. (Inherited from _Application.)
Public property ShowDevTools Returns or sets a Boolean that represents whether the Developer tab is displayed in the Ribbon. Read/write. (Inherited from _Application.)
Public property ShowMenuFloaties Returns or sets a Boolean that represents whether to display Mini toolbars when the user right-clicks in the workbook window. Read/write. (Inherited from _Application.)
Public property ShowSelectionFloaties Returns or sets a Boolean that represents whether Mini toolbars displays when a user selects text. Read/write. (Inherited from _Application.)
Public property ShowStartupDialog Returns True (default) when the New Workbook task pane appears for a Microsoft Excel application. (Inherited from _Application.)
Public property ShowToolTips True if ToolTips are turned on. (Inherited from _Application.)
Public property ShowWindowsInTaskbar True if there’s a separate Windows taskbar button for each open workbook. The default value is True. (Inherited from _Application.)
Public property SmartArtColors Gets the set of color styles that are currently loaded in the application. (Inherited from _Application.)
Public property SmartArtLayouts Gets the set of SmartArt layouts that are currently loaded in the application. (Inherited from _Application.)
Public property SmartArtQuickStyles Gets the set of SmartArt quick styles which are currently loaded in the application. (Inherited from _Application.)
Public property SmartTagRecognizers Returns a SmartTagRecognizers collection for an application. (Inherited from _Application.)
Public property Speech Returns a Speech object. (Inherited from _Application.)
Public property SpellingOptions Returns a SpellingOptions object that represents the spelling options of the application. (Inherited from _Application.)
Public property StandardFont Returns or sets the name of the standard font. (Inherited from _Application.)
Public property StandardFontSize Returns or sets the standard font size, in points. (Inherited from _Application.)
Public property StartupPath Returns the complete path of the startup folder excluding the final separator. (Inherited from _Application.)
Public property StatusBar Returns or sets the text in the status bar. (Inherited from _Application.)
Public property TemplatesPath Returns the local path where templates are stored. (Inherited from _Application.)
Public property ThisCell Returns the cell the user-defined function is being called from as a Range object. (Inherited from _Application.)
Public property ThisWorkbook Returns a Workbook object that represents the workbook where the current macro code is running. (Inherited from _Application.)
Public property ThousandsSeparator Sets or returns the character used for the thousands separator as a String. (Inherited from _Application.)
Public property Toolbars Reserved for internal use. (Inherited from _Application.)
Public property Top The distance, in points, from the top edge of the screen to the top edge of the main Microsoft Excel window. If the application window is minimized, this property controls the position of the window icon (anywhere on the screen). (Inherited from _Application.)
Public property TransitionMenuKey Returns or sets the Microsoft Excel menu or help key, which is usually "/". (Inherited from _Application.)
Public property TransitionMenuKeyAction Returns or sets the action taken when the Microsoft Excel menu key is pressed. Can be either xlExcelMenus or xlLotusHelp. (Inherited from _Application.)
Public property TransitionNavigKeys True if transition navigation keys are active. (Inherited from _Application.)
Public property UILanguage Reserved for internal use. (Inherited from _Application.)
Public property UsableHeight Returns the maximum height of the space that a window can occupy in the application window area, in points. (Inherited from _Application.)
Public property UsableWidth Returns the maximum width of the space that a window can occupy in the application window area in points. (Inherited from _Application.)
Public property UseClusterConnector Gets or sets whether Microsoft Excel allows user-defined functions in XLL add-ins to be run on a compute cluster. (Inherited from _Application.)
Public property UsedObjects Returns a UsedObjects object representing objects allocated in a workbook. (Inherited from _Application.)
Public property UserControl True if the application is visible or if it was created or started by the user. False if you created or started the application programmatically by using the CreateObject or GetObject functions and the application is hidden. (Inherited from _Application.)
Public property UserLibraryPath Returns the path to the location on the user’s computer where the COM add-ins are installed. (Inherited from _Application.)
Public property UserName Returns or sets the name of the current user. (Inherited from _Application.)
Public property UseSystemSeparators True (default) if the system separators of Microsoft Excel are enabled. (Inherited from _Application.)
Public property Value Returns "Microsoft Excel". (Inherited from _Application.)
Public property VBE Returns a VBE object that represents the Visual Basic Editor. (Inherited from _Application.)
Public property Version Returns the Microsoft Excel version number. (Inherited from _Application.)
Public property Visible Determines whether the object is visible. (Inherited from _Application.)
Public property WarnOnFunctionNameConflict The WarnOnFunctionNameConflict property, when set to True, raises an alert if a developer tries to create a new function using an existing function name. Read/write Boolean. (Inherited from _Application.)
Public property Watches Returns a Watches object representing a range which is tracked when the worksheet is recalculated. (Inherited from _Application.)
Public property Width The distance, in points, from the left edge of the application window to its right edge. If the window is minimized, this property is read-only and returns the width of the window icon. (Inherited from _Application.)
Public property Windows Returns a Windows collection that represents all the windows in all the workbooks. (Inherited from _Application.)
Public property WindowsForPens True if the computer is running under Microsoft Windows for Pen Computing. (Inherited from _Application.)
Public property WindowState Returns or sets the state of the window. Read/write XlWindowState. (Inherited from _Application.)
Public property Workbooks Returns a Workbooks collection that represents all the open workbooks. (Inherited from _Application.)
Public property WorksheetFunction Returns the WorksheetFunction object. (Inherited from _Application.)
Public property Worksheets Returns a Sheets collection that represents all the worksheets in the active workbook. (Inherited from _Application.)

Top

Methods

  Name Description
Public method _Evaluate Reserved for internal use. (Inherited from _Application.)
Public method _FindFile Reserved for internal use. (Inherited from _Application.)
Public method _Run2 Reserved for internal use. (Inherited from _Application.)
Public method _Wait Reserved for internal use. (Inherited from _Application.)
Public method _WSFunction Reserved for internal use. (Inherited from _Application.)
Public method ActivateMicrosoftApp Activates a Microsoft application. If the application is already running, this method activates the running application. If the application isn't running, this method starts a new instance of the application. (Inherited from _Application.)
Public method add_AfterCalculate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_NewWorkbook Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_ProtectedViewWindowActivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_ProtectedViewWindowBeforeClose Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_ProtectedViewWindowBeforeEdit Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_ProtectedViewWindowDeactivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_ProtectedViewWindowOpen (Inherited from AppEvents_Event.)
Public method add_ProtectedViewWindowResize Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_SheetActivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_SheetBeforeDoubleClick Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_SheetBeforeRightClick Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_SheetCalculate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_SheetChange Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_SheetDeactivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_SheetFollowHyperlink Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_SheetPivotTableAfterValueChange Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_SheetPivotTableBeforeAllocateChanges Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_SheetPivotTableBeforeCommitChanges Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_SheetPivotTableBeforeDiscardChanges Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_SheetPivotTableUpdate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_SheetSelectionChange Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WindowActivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WindowDeactivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WindowResize Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookActivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookAddinInstall Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookAddinUninstall Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookAfterSave Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookAfterXmlExport Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookAfterXmlImport Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookBeforeClose Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookBeforePrint Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookBeforeSave Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookBeforeXmlExport Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookBeforeXmlImport Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookDeactivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookNewChart Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookNewSheet Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookOpen Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookPivotTableCloseConnection Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookPivotTableOpenConnection Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookRowsetComplete Reserved for internal use. (Inherited from AppEvents_Event.)
Public method add_WorkbookSync Reserved for internal use. (Inherited from AppEvents_Event.)
Public method AddChartAutoFormat Adds a custom chart autoformat to the list of available chart autoformats. (Inherited from _Application.)
Public method AddCustomList Adds a custom list for custom autofill and/or custom sort. (Inherited from _Application.)
Public method Calculate Calculates all open workbooks (Inherited from _Application.)
Public method CalculateFull Forces a full calculation of the data in all open workbooks. (Inherited from _Application.)
Public method CalculateFullRebuild For all open workbooks, forces a full calculation of the data and rebuilds the dependencies. (Inherited from _Application.)
Public method CalculateUntilAsyncQueriesDone Runs all pending queries to OLEDB and OLAP data sources. (Inherited from _Application.)
Public method CentimetersToPoints Converts a measurement from centimeters to points (one point equals 0.035 centimeters). (Inherited from _Application.)
Public method CheckAbort Stops recalculation in a Microsoft Excel application. (Inherited from _Application.)
Public method CheckSpelling Checks the spelling of a single word. Returns True if the word is found in one of the dictionaries; returns False if the word isn't found. (Inherited from _Application.)
Public method ConvertFormula Converts cell references in a formula between the A1 and R1C1 reference styles, between relative and absolute references, or both. (Inherited from _Application.)
Public method DDEExecute Runs a command or performs some other action or actions in another application by way of the specified DDE channel. (Inherited from _Application.)
Public method DDEInitiate Opens a DDE channel to an application. (Inherited from _Application.)
Public method DDEPoke Sends data to an application. (Inherited from _Application.)
Public method DDERequest Requests information from the specified application. This method always returns an array. (Inherited from _Application.)
Public method DDETerminate Closes a channel to another application. (Inherited from _Application.)
Public method DeleteChartAutoFormat Removes a custom chart autoformat from the list of available chart autoformats. (Inherited from _Application.)
Public method DeleteCustomList Deletes a custom list. (Inherited from _Application.)
Public method DisplayXMLSourcePane Opens the XML Source task pane and displays the XML map specified by the XmlMap argument. (Inherited from _Application.)
Public method DoubleClick Equivalent to double-clicking the active cell. (Inherited from _Application.)
Public method Dummy1 Reserved for internal use. (Inherited from _Application.)
Public method Dummy10 Reserved for internal use. (Inherited from _Application.)
Public method Dummy11 Reserved for internal use. (Inherited from _Application.)
Public method Dummy12 Reserved for internal use. (Inherited from _Application.)
Public method Dummy13 Reserved for internal use. (Inherited from _Application.)
Public method Dummy14 Reserved for internal use. (Inherited from _Application.)
Public method Dummy2 Reserved for internal use. (Inherited from _Application.)
Public method Dummy20 Reserved for internal use. (Inherited from _Application.)
Public method Dummy3 Reserved for internal use. (Inherited from _Application.)
Public method Dummy4 Reserved for internal use. (Inherited from _Application.)
Public method Dummy5 Reserved for internal use. (Inherited from _Application.)
Public method Dummy6 Reserved for internal use. (Inherited from _Application.)
Public method Dummy7 Reserved for internal use. (Inherited from _Application.)
Public method Dummy8 Reserved for internal use. (Inherited from _Application.)
Public method Dummy9 Reserved for internal use. (Inherited from _Application.)
Public method Evaluate Converts a Microsoft Excel name to an object or a value. (Inherited from _Application.)
Public method ExecuteExcel4Macro Runs a Microsoft Excel 4.0 macro function, and then returns the result of the function. The return type depends on the function. (Inherited from _Application.)
Public method FindFile Displays the Open dialog box. (Inherited from _Application.)
Public method GetCustomListContents Returns a custom list (an array of strings). (Inherited from _Application.)
Public method GetCustomListNum Returns the custom list number for an array of strings. You can use this method to match both built-in lists and custom-defined lists. (Inherited from _Application.)
Public method GetOpenFilename Displays the standard Open dialog box and gets a file name from the user without actually opening any files. (Inherited from _Application.)
Public method GetPhonetic Returns the Japanese phonetic text of the specified text string. This method is available to you only if you have selected or installed Japanese language support for Microsoft Office. (Inherited from _Application.)
Public method GetSaveAsFilename Displays the standard Save As dialog box and gets a file name from the user without actually saving any files. (Inherited from _Application.)
Public method Goto Selects any range or Visual Basic procedure in any workbook and activates that workbook if it’s not already active. (Inherited from _Application.)
Public method Help Displays a Help topic. (Inherited from _Application.)
Public method InchesToPoints Converts a measurement from inches to points. (Inherited from _Application.)
Public method InputBox Displays a dialog box for user input. Returns the information entered in the dialog box. (Inherited from _Application.)
Public method Intersect Returns a Range object that represents the rectangular intersection of two or more ranges. (Inherited from _Application.)
Public method MacroOptions Corresponds to options in the Macro Options dialog box. You can also use this method to display a user defined function (UDF) in a built-in or new category within the Insert Function dialog box. (Inherited from _Application.)
Public method MacroOptions2 Reserved for internal use. (Inherited from _Application.)
Public method MailLogoff Closes a MAPI mail session established by Microsoft Excel. (Inherited from _Application.)
Public method MailLogon Logs in to MAPI Mail or Microsoft Exchange and establishes a mail session. If Microsoft Mail isn't already running, you must use this method to establish a mail session before mail or document routing functions can be used. (Inherited from _Application.)
Public method NextLetter You have requested Help for a Visual Basic keyword used only on the Macintosh. For information about this keyword, consult the language reference Help included with Microsoft Office Macintosh Edition. (Inherited from _Application.)
Public method OnKey Runs a specified procedure when a particular key or key combination is pressed. (Inherited from _Application.)
Public method OnRepeat Sets the Repeat menu item and the name of the procedure that will run if you choose the Repeat command (Edit menu) after running the procedure that sets this property. (Inherited from _Application.)
Public method OnTime Schedules a procedure to be run at a specified time in the future (either at a specific time of day or after a specific amount of time has passed). (Inherited from _Application.)
Public method OnUndo Sets the text of the Undo and the name of the procedure that’s run if you choose the Undo command (Edit menu) after running the procedure that sets this property. (Inherited from _Application.)
Public method Quit Quits Microsoft Excel. (Inherited from _Application.)
Public method RecordMacro Records code if the macro recorder is on. (Inherited from _Application.)
Public method RegisterXLL Loads an XLL code resource and automatically registers the functions and commands contained in the resource. (Inherited from _Application.)
Public method remove_AfterCalculate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_NewWorkbook Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_ProtectedViewWindowActivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_ProtectedViewWindowBeforeClose Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_ProtectedViewWindowBeforeEdit Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_ProtectedViewWindowDeactivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_ProtectedViewWindowOpen Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_ProtectedViewWindowResize Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_SheetActivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_SheetBeforeDoubleClick Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_SheetBeforeRightClick Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_SheetCalculate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_SheetChange Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_SheetDeactivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_SheetFollowHyperlink Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_SheetPivotTableAfterValueChange Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_SheetPivotTableBeforeAllocateChanges Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_SheetPivotTableBeforeCommitChanges Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_SheetPivotTableBeforeDiscardChanges Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_SheetPivotTableUpdate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_SheetSelectionChange Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WindowActivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WindowDeactivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WindowResize Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookActivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookAddinInstall Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookAddinUninstall Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookAfterSave Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookAfterXmlExport Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookAfterXmlImport Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookBeforeClose Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookBeforePrint Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookBeforeSave Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookBeforeXmlExport Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookBeforeXmlImport Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookDeactivate Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookNewChart Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookNewSheet Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookOpen Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookPivotTableCloseConnection Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookPivotTableOpenConnection Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookRowsetComplete Reserved for internal use. (Inherited from AppEvents_Event.)
Public method remove_WorkbookSync Reserved for internal use. (Inherited from AppEvents_Event.)
Public method Repeat Repeats the last user interface action. (Inherited from _Application.)
Public method ResetTipWizard Resets the routing slip so that a new routing can be initiated with the same slip (using the same recipient list and delivery information). The routing must be completed before you use this method. Using this method at other times causes an error. (Inherited from _Application.)
Public method Run Runs a macro or calls a function. (Inherited from _Application.)
Public method Save Saves changes to the specified workbook. (Inherited from _Application.)
Public method SaveWorkspace Saves the current workspace. (Inherited from _Application.)
Public method SendKeys Sends keystrokes to the active application. (Inherited from _Application.)
Public method SetDefaultChart Specifies the name of the chart template that Microsoft Excel will use when creating new charts. (Inherited from _Application.)
Public method SharePointVersion Returns the version number of SharePoint Foundation instances running at site for the specified URL. (Inherited from _Application.)
Public method Support Reserved for internal use. (Inherited from _Application.)
Public method Undo Cancels the last user interface action. (Inherited from _Application.)
Public method Union Returns the union of two or more ranges. (Inherited from _Application.)
Public method Volatile Marks a user-defined function as volatile. A volatile function must be recalculated whenever calculation occurs in any cells on the worksheet. A nonvolatile function is recalculated only when the input variables change. This method has no effect if it's not inside a user-defined function used to calculate a worksheet cell. (Inherited from _Application.)
Public method Wait Pauses a running macro until a specified time. Returns True if the specified time has arrived. (Inherited from _Application.)

Top

Events

  Name Description
Public event AfterCalculate The AfterCalculate event occurs when all pending refresh activity (both synchronous and asynchronous) and all of the resultant calculation activities have been completed. (Inherited from AppEvents_Event.)
Public event NewWorkbook Occurs when a new workbook is created. (Inherited from AppEvents_Event.)
Public event ProtectedViewWindowActivate Occurs when a Protected View window is activated. (Inherited from AppEvents_Event.)
Public event ProtectedViewWindowBeforeClose Occurs immediately before a Protected View window or a workbook in a Protected View window closes. (Inherited from AppEvents_Event.)
Public event ProtectedViewWindowBeforeEdit Occurs immediately before editing is enabled on the workbook in the specified Protected View window. (Inherited from AppEvents_Event.)
Public event ProtectedViewWindowDeactivate Occurs when a Protected View window is deactivated. (Inherited from AppEvents_Event.)
Public event ProtectedViewWindowOpen Occurs when a workbook is opened in a Protected View window. (Inherited from AppEvents_Event.)
Public event ProtectedViewWindowResize Occurs when any Protected View window is resized. (Inherited from AppEvents_Event.)
Public event SheetActivate Occurs when any sheet is activated. (Inherited from AppEvents_Event.)
Public event SheetBeforeDoubleClick Occurs when any worksheet is double-clicked, before the default double-click action. (Inherited from AppEvents_Event.)
Public event SheetBeforeRightClick Occurs when any worksheet is right-clicked, before the default right-click action. (Inherited from AppEvents_Event.)
Public event SheetCalculate Occurs after any worksheet is recalculated or after any changed data is plotted on a chart. (Inherited from AppEvents_Event.)
Public event SheetChange Occurs when cells in any worksheet are changed by the user or by an external link. (Inherited from AppEvents_Event.)
Public event SheetDeactivate Occurs when any sheet is deactivated. (Inherited from AppEvents_Event.)
Public event SheetFollowHyperlink Occurs when you click any hyperlink in Microsoft Excel. (Inherited from AppEvents_Event.)
Public event SheetPivotTableAfterValueChange Occurs after a cell or range of cells inside a PivotTable are edited or recalculated (for cells that contain formulas). (Inherited from AppEvents_Event.)
Public event SheetPivotTableBeforeAllocateChanges Occurs before changes are applied to a PivotTable. (Inherited from AppEvents_Event.)
Public event SheetPivotTableBeforeCommitChanges Occurs before changes are committed against the OLAP data source for a PivotTable. (Inherited from AppEvents_Event.)
Public event SheetPivotTableBeforeDiscardChanges Occurs before changes to a PivotTable are discarded. (Inherited from AppEvents_Event.)
Public event SheetPivotTableUpdate Occurs after the sheet of the PivotTable report has been updated. (Inherited from AppEvents_Event.)
Public event SheetSelectionChange Occurs when the selection changes on any worksheet (doesn't occur if the selection is on a chart sheet). (Inherited from AppEvents_Event.)
Public event WindowActivate Occurs when any workbook window is activated. (Inherited from AppEvents_Event.)
Public event WindowDeactivate Occurs when any workbook window is deactivated. (Inherited from AppEvents_Event.)
Public event WindowResize Occurs when any workbook window is resized. (Inherited from AppEvents_Event.)
Public event WorkbookActivate Occurs when any workbook is activated. (Inherited from AppEvents_Event.)
Public event WorkbookAddinInstall Occurs when a workbook is installed as an add-in. (Inherited from AppEvents_Event.)
Public event WorkbookAddinUninstall Occurs when any add-in workbook is uninstalled. (Inherited from AppEvents_Event.)
Public event WorkbookAfterSave Occurs after the workbook is saved. (Inherited from AppEvents_Event.)
Public event WorkbookAfterXmlExport Occurs after Microsoft Excel saves or exports data from any open workbook to an XML data file. (Inherited from AppEvents_Event.)
Public event WorkbookAfterXmlImport Occurs after an existing XML data connection is refreshed or new XML data is imported into any open Microsoft Excel workbook. (Inherited from AppEvents_Event.)
Public event WorkbookBeforeClose Occurs immediately before any open workbook closes. (Inherited from AppEvents_Event.)
Public event WorkbookBeforePrint Occurs before any open workbook is printed. (Inherited from AppEvents_Event.)
Public event WorkbookBeforeSave Occurs before any open workbook is saved. (Inherited from AppEvents_Event.)
Public event WorkbookBeforeXmlExport Occurs before Microsoft Excel saves or exports data from any open workbook to an XML data file. (Inherited from AppEvents_Event.)
Public event WorkbookBeforeXmlImport Occurs before an existing XML data connection is refreshed or new XML data is imported into any open Microsoft Excel workbook. (Inherited from AppEvents_Event.)
Public event WorkbookDeactivate Occurs when any open workbook is deactivated. (Inherited from AppEvents_Event.)
Public event WorkbookNewChart Occurs when a new chart is created in any open workbook. (Inherited from AppEvents_Event.)
Public event WorkbookNewSheet Occurs when a new sheet is created in any open workbook. (Inherited from AppEvents_Event.)
Public event WorkbookOpen Occurs when a workbook is opened. (Inherited from AppEvents_Event.)
Public event WorkbookPivotTableCloseConnection Occurs after a PivotTable report connection has been closed. (Inherited from AppEvents_Event.)
Public event WorkbookPivotTableOpenConnection Occurs after a PivotTablereport connection has been opened. (Inherited from AppEvents_Event.)
Public event WorkbookRowsetComplete The WorkbookRowsetCompleteevent occurs when the user either drills through the recordset or invokes the rowset action on an OLAP PivotTable. (Inherited from AppEvents_Event.)
Public event WorkbookSync Occurs when the local copy of a workbook that is part of a Document Workspace is synchronized with the copy on the server. (Inherited from AppEvents_Event.)

Top

See Also

Reference

Application Interface

Microsoft.Office.Interop.Excel Namespace