|
![]() |
![]() |
NAMESHEET Names the current worksheet. NAMESHEET(name) name the new name of the worksheet This function changes the name of the current worksheet to name. The name name must be a string. Returns: the name of the sheet if success, -1 if failure namesheet("MySheet") SAVE Saves the current worksheet. SAVE([name]) name the [optional] new name of the worksheet This function saves the current worksheet. If name is specified, the worksheet's name is changed before the save. The name name must be a string. Returns: the full pathname of the sheet if success, -1 if failure save() save("NewName") SETSHEETPROTECTION Turns sheet protection on or off. SETSHEETPROTECTION(TRUE|FALSE) |
||
|
||