SparklineGroups.Ungroup Method (Excel)
Ungroups the sparklines in the selected sparkline group.
Version Information
Version Added: Excel 2010
Syntax
expression .Ungroup
expression A variable that represents a SparklineGroups object.
Return Value
Nothing
Example
The following code example selects the range A1:A4 and ungroups the sparklines in that range.
Range("A1:A4").Select
Selection.SparklineGroups.Ungroup