Name property example

Name property example

The following example demonstrates how to return the Name property for the Application object.

Private Sub NamePropExample()

     Dim myName As String

     myName = Application.Name

     MsgBox ("Application Name is: " & myName)

End Sub

URL:  http://www.progecad.us/index.pl?iid=22686
Printed on:  June 19, 2013 6:13 PM