Weather formula
March 2, 2009 • JP • No Comments • Rate This Article
• Links to this article
File this one under 'cheap amusement': The following hyperlink, placed in an Excel worksheet, opens Internet Explorer and sends you to weather.com for the zip code placed in A1:
=HYPERLINK("http://www.weather.com/weather/local/"&A1&"?lswe="&A1&"&lwsa=WeatherLocalUndeclared&from=searchbox_localwx","Weather Check")
Sorry folks, US zip codes only.
Could a XML-based weather add-in be far behind?
↑ Scroll to topPrevious Post: Extract distribution list members to Excel
Next Post: Why I prefer late bound code



Speak Your Mind
Tell us what you're thinking...Certain comments (including first-time comments) are subject to moderation and will not appear immediately. Please view the Comment Policy for more information. To post VBA code in your comment, use tags like this: [cc lang='vb']Code goes here[/cc].