ShipTrack 4.2.5 is now available. See previous blog post for a list of enhancements.
If you would like to use the GetShipTrackCarriers and GetVersion functions I described, simply call them as UDFs in your Excel worksheet, i.e.
=GetShipTrackCarriers()
and
=GetVersion()
They may also be used in your VBA programs. If you are following the API code on the About page, simply substitute one of the methods above for the ShipTrack method.
GetVersion will return "ShipTrack 4.2.5".
GetShipTrackCarriers returns an array of carrier codes you can use with ShipTrack, so it must be array entered using Ctrl+Shift+Enter and filled across columns. Ex: highlight cells A1:Z1, type =GetShipTrackCarriers() and press Ctrl+Shift+Enter. If you want to fill the carrier codes across rows, you will need to enter the formula like this: =transpose(GetShipTrackCarriers()).

Visit the Download page to get the newest version.
Follow Me