Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 771 Bytes

Excel.SparklineGroups.Ungroup.md

File metadata and controls

43 lines (25 loc) · 771 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SparklineGroups.Ungroup method (Excel)
vbaxl10.chm869081
vbaxl10.chm869081
Excel.SparklineGroups.Ungroup
c67c54f4-d5d1-5f12-2413-671db612a954
05/16/2019
medium

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

[!includeSupport and feedback]