InfoConnect for Airlines VBA Guide
InstanceId Property (UiControl)
Gets the instance ID for a given control. The instance id is a GUID generated when creating the control. The instance ID helps uniquely identify two controls (even when they have the same ID).
Syntax
Object.InstanceId As String
See Also