InfoConnect for Airlines VBA Guide
AddHotspot Method (HotSpots)
The hotspot to be added
Adds a new hotspot to the current hotspot map. If a hotspot with the specified text already exists, subject to the existing hotspot's case sensitivity property, it is removed prior to the new hotspot being added.
Syntax
object.AddHotspot( _
   ByVal hs As Hotspot _
) 

Parameters

hs
The hotspot to be added
See Also