title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
SparklineGroups.Group method (Excel) |
vbaxl10.chm869080 |
|
|
a5e01669-1922-4b26-158d-3c3aa70a101a |
05/16/2019 |
medium |
Groups the selected sparklines.
expression.Group (Location)
expression A variable that represents a SparklineGroups object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Location | Required | Range | The location of the first cell in the group. |
Nothing
This example selects the range A1:A4 and groups the sparklines in that range.
Range("A1:A4").Select
Selection.SparklineGroups.Group Location:=Range("A1")
[!includeSupport and feedback]