CB.GetCertainty Example 1

This example runs a simulation of 1000 trials and then pastes the certainty of the forecast in B7 being less than or equal to 15,000 into cell M6.

In a macro, you can enter:

CB.Simulation 1000
Range("M6").Value = CB.GetCertainty(Range("B7"), 15000)