User Example

Land Auto

User Example

Sub Example_User()
    
    ' This example returns the current setting of LastUsedProject
    ' from the preferences object.
    Dim prefs As AeccPreferences
    Set prefs = AeccApplication.Preferences
    
    MsgBox "The last used project was " & prefs.User.LastUsedProj, vbInformation, "User Example"
    
End Sub