Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 897 Bytes

Excel.Application.SheetSelectionChange.md

File metadata and controls

35 lines (22 loc) · 897 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.SheetSelectionChange event (Excel)
vbaxl10.chm504074
vbaxl10.chm504074
Excel.Application.SheetSelectionChange
c98203c2-b306-d8b7-b75f-1304be7b5751
04/05/2019
medium

Application.SheetSelectionChange event (Excel)

Occurs when the selection changes on any worksheet (doesn't occur if the selection is on a chart sheet).

Syntax

expression.SheetSelectionChange (Sh, Target)

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
Sh Required Object The worksheet that contains the new selection.
Target Required Range The new selected range.

[!includeSupport and feedback]