<< xls_Open xls_link xls_Quit >>

xls_link >> xls_link > xls_Protect

xls_Protect

Protect Excel file.

Calling Sequence

xls_Protect(password)

Parameters

password

Password used to protect excel file.

Description

Protect Excel file.

Example

xls_NewExcel();
xls_AddWorkbook();

xls_Protect("your_secure_password");
xls_SetSave(%t);
xls_Close();
xls_Quit();

See Also


Report an issue
<< xls_Open xls_link xls_Quit >>