Range.CreateNames(Object, Object, Object, Object) Method

Definition

Creates names in the specified range, based on text labels in the sheet.

public object CreateNames (object Top, object Left, object Bottom, object Right);
Public Function CreateNames (Optional Top As Object, Optional Left As Object, Optional Bottom As Object, Optional Right As Object) As Object

Parameters

Top
Object

Optional Object. True to create names by using labels in the top row. The default value is False.

Left
Object

Optional Object. True to create names by using labels in the left column. The default value is False.

Bottom
Object

Optional Object. True to create names by using labels in the bottom row. The default value is False.

Right
Object

Optional Object. True to create names by using labels in the right column. The default value is False.

Returns

Remarks

If you don’t specify one of Top, Left, Bottom, or Right, Microsoft Excel guesses the location of the text labels, based on the shape of the specified range.

Applies to