SAVE.WORKBOOK macro

Equivalent to clicking the Save Workbook command on the File menu in Microsoft Excel version 4.0. Provided for compatibility with Microsoft Excel version 4.0. Saves the workbook to which the active sheet belongs. To save Microsoft Excel version 5.0 or later workbooks, use SAVE.AS.

Syntax

SAVE.WORKBOOK(document_text, type_num, prot_pwd, backup, write_res_pwd, read_only_rec)

SAVE.WORKBOOK?(document_text, type_num, prot_pwd, backup, write_res_pwd, read_only_rec)

For a description of the arguments, see SAVE.AS.

Related Functions

CLOSE   Closes the active window

GET.DOCUMENT   Returns information about a workbook

SAVE   Saves the active workbook

SAVE.AS   Saves a workbook and allows you to specify the name, file type, password, backup file, and location of the workbook

Return to index