The first task with which you must become acquainted is the programmatic creation of spreadsheets. When a spreadsheet is created, it is given a name. The procedure CreateSpreadsheet is provided for programmatic control of spreadsheet creation. The name of the spreadsheet is returned. You must use this name to refer to the spreadsheet in subsequent calls to Spread package procedures.
>
|
|
Now, the variable ssid is assigned the name of the spreadsheet that was created by executing the preceding command.
When no arguments are provided, CreateSpreadsheet returns a system-generated name for the spreadsheet. You can also specify your own name for the spreadsheet by providing that name as an argument to the call to CreateSpreadsheet. You can find the name of a spreadsheet by opening the Properties dialog box that is accessible from the context-sensitive menu for the spreadsheet.
>
|
|