Application WarnOnFunctionNameConflict Property
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.
Application Watches Property
Returns a Watches object representing a range which is tracked when the worksheet is recalculated.
Application Width Property
Returns or sets a Double value that represents the distance, in points, from the left edge of the application window to its right edge.
Application Windows Property
Returns a Windows collection that represents all the windows in all the workbooks. Read-only Windows object.
Application WindowsForPens Property
True if the computer is running under Microsoft Windows for Pen Computing. Read-only Boolean.
Application WindowState Property
Returns or sets the state of the window. Read/write XlWindowState.
Application Workbooks Property
Returns a Workbooks collection that represents all the open workbooks. Read-only.
Application WorksheetFunction Property
Returns the WorksheetFunction object. Read-only.
Application Worksheets Property
For an Application object, returns a Sheets collection that represents all the worksheets in the active workbook. For a Workbook object, returns a Sheets collection that represents all the worksheets in the specified workbook. Read-only Sheets object.