Skip to content

Files

Latest commit

 

History

History
49 lines (29 loc) · 953 Bytes

Excel.SparklineGroups.Group.md

File metadata and controls

49 lines (29 loc) · 953 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SparklineGroups.Group method (Excel)
vbaxl10.chm869080
vbaxl10.chm869080
Excel.SparklineGroups.Group
a5e01669-1922-4b26-158d-3c3aa70a101a
05/16/2019
medium

SparklineGroups.Group method (Excel)

Groups the selected sparklines.

Syntax

expression.Group (Location)

expression A variable that represents a SparklineGroups object.

Parameters

Name Required/Optional Data type Description
Location Required Range The location of the first cell in the group.

Return value

Nothing

Example

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]