Range.Insert(Object, Object) Method

Definition

Inserts a cell or a range of cells into the worksheet or macro sheet and shifts other cells away to make space.

public object Insert (object Shift, object CopyOrigin);
Public Function Insert (Optional Shift As Object, Optional CopyOrigin As Object) As Object

Parameters

Shift
Object

Optional Object. Specifies which way to shift the cells. Can be one of the following XlInsertShiftDirection constants: xlShiftToRight or xlShiftDown. If this argument is omitted, Microsoft Excel decides based on the shape of the range.

CopyOrigin
Object

Optional Object. The copy origin.

Returns

Applies to