SparklineGroups.Ungroup method (Excel)
Ungroups the sparklines in the selected sparkline group.
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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.