Macro command Create

<< Click to Display Table of Contents >>

Navigation:  Macros > Macro commands and parameters > Macro reporting commands > Macro write to Excel >

Macro command Create

Purpose:

Generate a new spreadsheet.

 

General notation:

Create ( FileIndex , FileName )

 

Using the Create command a spreadsheet file is assigned to a FileIndex for Read and Write commands. The FileIndex is an integer number between 1 and 9. This means that a maximum of nine spreadsheet files can be opened simultaneously. If more files have to be opened, firstly other files have to be closed using the Close command.