Type Property [AutoExcelWin, AutoWindow]
The Type property returns the type of window. Returns a Long (GrfWindowTypes).
Syntax
object.Type
object.Type = Type
Remarks
Returns 9 to indicate an Excel window.
Example
This example demonstrates how to return the window type.
Debug.Print Plot.Type
Used by: AutoWindow object