Combine - Automation

The Combine method combines the selected objects into a single group. Returns a Composite object.

Syntax

object. Combine

Example

This example demonstrates how to combine a selection of objects into a single group.

Dim Composite As Object

Set Composite = Selection.Combine

Used by: Selection collection