InfoConnect for Airlines VBA Guide
UserData Property
Gets or sets data for the duration of the current InfoConnect session.
Syntax
Object.UserData As Object
Remarks
Use this property in macros to set and return global values that you want to remain constant for throughout the current session. The value of this property is not saved when you save your settings file.
See Also