MaxCells

This keyword specifies the maximum number of cells allowed in the data form. If the form results in more than the MaxCells value, an error occurs. The default is 25000.

Syntax

MaxCells=n
         

Replace n with the number of cells for the form.

Note:

The value is for the number of visible cells on the form including calculated cells. It does not include suppressed cells.

Example

MaxCells=500