Excel iconVBA icon

FlightCaster API examples in VBA

flightcaster logo

FlightCaster is a web application that offers information on flight delays. According to FlightCaster,

FlightCaster predicts flight delays. We use an advanced algorithm that scours data on every domestic flight for the past 10-years and matches it to real-time conditions.

That means you can use their site to guess if your flight (or that of your loved ones) is going to be on time. Here's a colorful sample. You can also check on airport weather and ground delays imposed by the FAA.

Continue Reading »

VBA icon

Open or print files in VBA

I've previously posted code for opening any email attachment. See Open Any Email Attachment From Outlook. Note that this technique works for any file and in any VBA environment; they don't have to be email attachments for you to open them.

But you can open OR print any file using the ShellExecute API, and it also works anywhere. The following function can do this.

Continue Reading »

excel school learn dashboards