FormatsPath Example

Land Auto

FormatsPath Example

Sub Example_FormatsPath()
    
    ' This example returns the FormatsPath setting.
    Dim prefFiles As AeccPreferencesFiles
    Set prefFiles = AeccApplication.Preferences.Files
    
    MsgBox "The current value for FormatsPath is: " & prefFiles.FormatsPath, _
        vbInformation, "FormatsPath Example"
    
End Sub