Expand Minimize
0 out of 2 rated this helpful - Rate this topic

Application.ActiveWorkbook Property (Excel)

Returns a Workbook object that represents the workbook in the active window (the window on top). Read-only. Returns Nothing if there are no windows open or if either the Info window or the Clipboard window is the active window.

NoteNote

The document in the active protected view window cannot be accessed using this property. Instead, use the Workbook property of the ProtectedViewWindow object.

expression .ActiveWorkbook

expression A variable that represents an Application object.

This example displays the name of the active workbook.

MsgBox "The name of the active workbook is " & ActiveWorkbook.Name
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.