Saves the current Worksheet in the current Labbook.
SAVEWORKSHEET("wname")
"wsname" |
- |
A string. The target name for the Worksheet. |
A 1 if saved correctly, otherwise 0.
saveworksheet("run1")
saves the current Worksheet under the name "run1".
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.