SAVEWORKSHEET

Purpose:

Saves the current Worksheet in the current Labbook.

Syntax:

SAVEWORKSHEET("wname")

"wsname"

-

A string. The target name for the Worksheet.

Returns:

A 1 if saved correctly, otherwise 0.

Example:

saveworksheet("run1")

 

saves the current Worksheet under the name "run1".

Remarks:

This Worksheet can be retrieved using the LOADWORKSHEET command. The wname argument is case-sensitive.

 

See EXPORTWORKSHEET to save a Worksheet as a stand alone DWK document.

 

See $INITWKS and $DEINITWKS for macros that automatically execute when a Worksheet is loaded and unloaded.

See Also:

$DEINITWKS

$INITWKS

DELETEWORKSHEET

IMPORTWORKSHEET

EXPORTWORKSHEET

LOADWORKSHEET

NEWWORKSHEET

SAVESERIES