CB.OpenFore Example

This example runs a simulation of 1000 trials, activates the Model worksheet of the Futura with OptQuest.xls workbook, and selects cell C9, a forecast. It then opens the forecast window associated with that cell.

CB.Simulation 1000
Workbooks("Futura with OptQuest.xls").Worksheets("Model").Activate
Range("C9").Select
CB.OpenFore