Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 790 Bytes

Excel.Windows.Item.md

File metadata and controls

42 lines (26 loc) · 790 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Windows.Item property (Excel)
vbaxl10.chm354075
vbaxl10.chm354075
Excel.Windows.Item
75e5dc32-9f05-360d-0d13-c2747ee60e77
05/18/2019
medium

Windows.Item property (Excel)

Returns a single object from a collection.

Syntax

expression.Item (Index)

expression A variable that represents a Windows object.

Parameters

Name Required/Optional Data type Description
Index Required Variant The name or index number of the object.

Example

This example maximizes the active window.

Windows.Item(1).WindowState = xlMaximized

[!includeSupport and feedback]