InfoConnect for Airlines VBA Guide
Id Property (UiControl)
Gets or sets the user-specified ID for a given control. ID can be the same for any two controls as long as their parents are not the same (e.g., no two tabs can have the same ID, but two chunks in different tabs can have the same ID).
Syntax
Object.Id As String
See Also