Expand Minimize
This topic has not yet been rated - Rate this topic

Application.ActiveWindow Property

Office 2007
Returns a Window object that represents the active window (the window with the focus). If there are no windows open, an error occurs. Read-only.

Syntax

expression.ActiveWindow

expression   A variable that represents an Application object.

Example

This example displays the caption text for the active window.

Visual Basic for Applications
Sub WindowCaption()
    MsgBox ActiveWindow.Caption
End Sub



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.