Range.Insert(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.