Returns the topmost Explorer object on the desktop. If no explorer is active, returns Nothing. Use this method to return the Explorer object that the user is most likely viewing. This method is also useful for determining when there is no active explorer, so a new one can be opened.
Syntax
objApplication.ActiveExplorer
objApplication Required. An expression that returns an Application object.