Worksheet methods

Office 2013 and later

The Worksheet type exposes the following members.

  Name Description
Public method _CheckSpelling Reserved for internal use. (Inherited from _Worksheet.)
Public method _Evaluate Reserved for internal use. (Inherited from _Worksheet.)
Public method _PasteSpecial Reserved for internal use. (Inherited from _Worksheet.)
Public method _PrintOut Reserved for internal use. (Inherited from _Worksheet.)
Public method _Protect Reserved for internal use. (Inherited from _Worksheet.)
Public method _SaveAs Reserved for internal use. (Inherited from _Worksheet.)
Public method Activate Makes the current sheet the active sheet. Equivalent to clicking the sheet's tab. (Inherited from _Worksheet.)
Public method Arcs Reserved for internal use. (Inherited from _Worksheet.)
Public method Buttons Reserved for internal use. (Inherited from _Worksheet.)
Public method Calculate Calculates all open workbooks, a specific worksheet in a workbook, or a specified range of cells on a worksheet, as shown in the following table. (Inherited from _Worksheet.)
Public method ChartObjects Returns an object that represents either a single embedded chart (a ChartObject object) or a collection of all the embedded charts (a ChartObjects object) on the sheet. (Inherited from _Worksheet.)
Public method CheckBoxes Reserved for internal use. (Inherited from _Worksheet.)
Public method CheckSpelling Checks the spelling of an object. This form has no return value; Microsoft Excel displays the Spelling dialog box. (Inherited from _Worksheet.)
Public method CircleInvalid Circles invalid entries on the worksheet. (Inherited from _Worksheet.)
Public method ClearArrows Clears the tracer arrows from the worksheet. Tracer arrows are added by using the auditing feature. (Inherited from _Worksheet.)
Public method ClearCircles Clears circles from invalid entries on the worksheet. (Inherited from _Worksheet.)
Public method Copy Copies the sheet to another location in the workbook. (Inherited from _Worksheet.)
Public method Delete Deletes the object. (Inherited from _Worksheet.)
Public method DrawingObjects Reserved for internal use. (Inherited from _Worksheet.)
Public method Drawings Reserved for internal use. (Inherited from _Worksheet.)
Public method DropDowns Reserved for internal use. (Inherited from _Worksheet.)
Public method Evaluate Converts a Microsoft Excel name to an object or a value. (Inherited from _Worksheet.)
Public method ExportAsFixedFormat Exports to a file of the specified format. (Inherited from _Worksheet.)
Public method GroupBoxes Reserved for internal use. (Inherited from _Worksheet.)
Public method GroupObjects Reserved for internal use. (Inherited from _Worksheet.)
Public method Labels Reserved for internal use. (Inherited from _Worksheet.)
Public method Lines Reserved for internal use. (Inherited from _Worksheet.)
Public method ListBoxes Reserved for internal use. (Inherited from _Worksheet.)
Public method Move Moves the sheet to another location in the workbook (Inherited from _Worksheet.)
Public method OLEObjects Returns an object that represents either a single OLE object (an OLEObject) or a collection of all OLE objects (an OLEObjects collection) on the chart or sheet. Read-only. (Inherited from _Worksheet.)
Public method OptionButtons Reserved for internal use. (Inherited from _Worksheet.)
Public method Ovals Reserved for internal use. (Inherited from _Worksheet.)
Public method Paste Pastes the contents of the Clipboard onto the sheet. (Inherited from _Worksheet.)
Public method PasteSpecial Pastes the contents of the Clipboard onto the sheet using a specified format. Use this method to paste data from other applications or to paste data in a specific format. (Inherited from _Worksheet.)
Public method Pictures Reserved for internal use. (Inherited from _Worksheet.)
Public method PivotTables Returns an object that represents either a single PivotTable report (a PivotTable object) or a collection of all the PivotTable reports (a PivotTables object) on a worksheet. Read-only. (Inherited from _Worksheet.)
Public method PivotTableWizard Creates a PivotTable object. This method doesn’t display the PivotTable Wizard. This method isn’t available for OLE DB data sources. Use the Add method to add a PivotTable cache, and then create a PivotTable report based on the cache. PivotTable object. (Inherited from _Worksheet.)
Public method PrintOut Prints the object. (Inherited from _Worksheet.)
Public method PrintOutEx Reserved for internal use. (Inherited from _Worksheet.)
Public method PrintPreview Shows a preview of the object as it would look when printed. (Inherited from _Worksheet.)
Public method Protect Protects a worksheet so that it cannot be modified. (Inherited from _Worksheet.)
Public method Rectangles Reserved for internal use. (Inherited from _Worksheet.)
Public method ResetAllPageBreaks Resets all page breaks on the specified worksheet. (Inherited from _Worksheet.)
Public method SaveAs Saves changes to the chart or worksheet in a different file. (Inherited from _Worksheet.)
Public method Scenarios Returns an object that represents either a single scenario (a Scenario object) or a collection of scenarios (a Scenarios object) on the worksheet. (Inherited from _Worksheet.)
Public method ScrollBars Reserved for internal use. (Inherited from _Worksheet.)
Public method Select Selects the object. (Inherited from _Worksheet.)
Public method SetBackgroundPicture Sets the background graphic for a worksheet or chart. (Inherited from _Worksheet.)
Public method ShowAllData Makes all rows of the currently filtered list visible. If AutoFilter is in use, this method changes the arrows to "All." (Inherited from _Worksheet.)
Public method ShowDataForm Displays the data form associated with the worksheet. (Inherited from _Worksheet.)
Public method Spinners Reserved for internal use. (Inherited from _Worksheet.)
Public method TextBoxes Reserved for internal use. (Inherited from _Worksheet.)
Public method Unprotect Removes protection from a sheet or workbook. This method has no effect if the sheet or workbook isn't protected. (Inherited from _Worksheet.)
Public method XmlDataQuery Returns a Range object that represents the cells mapped to a particular XPath. Returns Nothing if the specified XPath has not been mapped to the worksheet or if the mapped range is empty. (Inherited from _Worksheet.)
Public method XmlMapQuery Returns a Range object that represents the cells mapped to a particular XPath. Returns Nothing if the specified XPath has not been mapped to the worksheet. (Inherited from _Worksheet.)
Top
Show: