Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 842 Bytes

Excel.Range.Next.md

File metadata and controls

35 lines (20 loc) · 842 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.Next property (Excel)
vbaxl10.chm144165
vbaxl10.chm144165
Excel.Range.Next
10712827-9abd-6b8a-49e5-65e3554fcd87
05/11/2019
medium

Range.Next property (Excel)

Returns a Range object that represents the next cell.

Syntax

expression.Next

expression A variable that represents a Range object.

Remarks

If the object is a range, this property emulates the Tab key, although the property returns the next cell without selecting it.

On a protected sheet, this property returns the next unlocked cell. On an unprotected sheet, this property always returns the cell immediately to the right of the specified cell.

[!includeSupport and feedback]