CB.SetFitRange

This function is used with CB.Fit (CB.Fit) to specify a worksheet range that contains the set of data to fit to a distribution.

In a subroutine, this call takes the form:

CB.SetFitRange Range("A1:A15")

Table 179. CB.SetFitRange Parameter

Parameter

VBA Data Type

Value

Description

RangeRef

Variant

In a macro: Range("B3")

Points to the cell range with the data to fit to a distribution