WORKBOOK.DELETE macro

Equivalent to clicking the Delete Sheet command on the Edit menu. Deletes a sheet or group of sheets from the current workbook.

Syntax

WORKBOOK.DELETE(sheet_text)

Sheet_text    is the name of the sheet to delete. If omitted, the currently active sheet or sheets is deleted.

Remarks

Return to index