XlWBATemplate Enumeration

Specifies the type of workbook to create.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlWBATemplate
'Usage
Dim instance As XlWBATemplate
public enum XlWBATemplate

Members

Member name Description
xlWBATChart Chart.
xlWBATExcel4IntlMacroSheet Excel version 4 macro.
xlWBATExcel4MacroSheet Excel version 4 international macro.
xlWBATWorksheet Worksheet.

Remarks

The new workbook contains a single sheet of the specified type.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace