NamedRange::Selected Event
Occurs when the NamedRange control is selected.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
This event is raised when the selection changes to the NamedRange control.
The following code example demonstrates a handler for the Selected event that displays the address of a cell that is selected in the NamedRange.
This version is for a document-level customization.
This version is for an application-level add-in.
Show: