A Note About Defaults and Write-Protection

Unless otherwise specified, defaults are pulled from the user’s preference files. These defaults can be set through Crystal Ball’s preference dialogs or preferences macro calls (such as CB.RunPrefsND) in the Crystal Ball Developer Kit.

Caution!

Commands that change Crystal Ball data cells will not run if the cell or the entire worksheet is write-protected. For example, two such commands are CB.Simulation and CB.CellPrefsND. You can use CB.WorksheetProtection to unprotect and reprotect worksheets so certain commands, such as CB.Simulation, will run. For more information on CB.WorksheetProtection, see CB.WorksheetProtection.