There are several ways to save a file that is currently open. If the file has been named and already exists (ie, its not a new worksheet) the Save function will save the file to the existing name.
The Save procedure can be invoked several ways. It is available in the Menubar from the File/ Save menuitem (see Section 3.2). There is also a buttonbar Save (see Section 4.2). All these methods are equivalent.
![]() | Invoking a file Save
|
To save new files, or to rename a file, the Save As... is used. This will prompt the user for a new filename and path for the file to be saved as.
![]() | Invoking a file Save as..
|