CB.SetFore Example 2

This example turns on precision control for the forecast in cell B7, selects the absolute size of the confidence interval, sets the size at 10 forecast units, and selects the use of the mean in checking precision.

CB.SetFore Range("B7"), 6, True
CB.SetFore Range("B7"), 7, True
CB.SetFore Range("B7"), 8, 10
CB.SetFore Range("B7"), 10, True