<< xls_link xls_link xls_AddWorksheet >>

xls_link >> xls_link > xls_AddWorkbook

xls_AddWorkbook

Creates a new workbook

Calling Sequence

bOK = xls_AddWorkbook()

Outputs

bOK

%t if new workbook added

Description

Creates a new worbook. The new workbook becomes the active workbook.

Examples

xls_NewExcel();
xls_AddWorkbook();
xls_Quit();

See Also


Report an issue
<< xls_link xls_link xls_AddWorksheet >>