The Application property returns an Application object. This is a read-only property.
Syntax
object.Application
Example
This example returns a map document's application.
Dim mvApp As Object
Set mvApp = CreateObject(" MapViewer.Application")
Set Plot = mvApp.Documents.Add(DocType:= mvDocPlot)
Debug.Print Plot.Application
Used by: Application object, Collar object, ColorSpectrum object, Document object, Documents collection, FillFormat object, FontFormat object, Graticule object, LabelFormat object, Layer object, Layers collection, LineFormat object, Map object, MarkerFormat object, PageSetup object, PostData object, Projection object, Ruler object, Selection collection, Shape object, Shapes collection, Window object, Windows collection