I have so many shipment details that I need to track in an Excel spreadsheet daily. Doing it manually is so hectic. For example, I have tracking IDs in a row of Sheet1 and would like to pull tracking data in the message box. The shipping line website is http://www.msc.com. Suppose, tracking IDs (BL number) are MEDUUG990010, MEDUUG990093, MEDUUG990119 and each shipment is carrying five containers. In that case, details of all the containers of each shipment will be reflected in a message box using VBA.
Is it possible to reflect the tracking details of the shipment by running a VBA keeping the cursor on the tracking number?