Whose Language is it Anyway?

Over the past couple of days I’ve been having one of my periodic frustrations with Microsoft Excel. This time it was down to date formatting. Basically I was asked to produce a VBA macro that saved off the contents of one worksheet to a CSV file.

This is in theory pretty straightforward as Excel has an option on the Save dialog to save in CSV format. However I didn’t bargain on the complications of Excel.

One of the common problem areas that people come across on Excel relates to it being a US product, so by default it will use the confusing US numeric date format, of mm/dd/yy. As a result we will always ensure that all of our dates are defined with a textual month, which avoids too many problems, we also ensure that the international settings are set to UK, which usually avoids problems. When you save out a CSV manually, the dates come out fine. However when you do the same thing in a VBA macro it ignores the settings, and converts everything to the US numeric date format.

After some digging around, I found that this is because VBA maintains a different language setting, so although I was working on a UK English machine, with fully UK English settings, VBA was in US English.

Having found this out, I then tried to force VBA into UK English, not possible as the language libraries are separate too. So this morning I got a copy of the VBA Software Development Kit, complete with language files. I ran through the install, and got to the screen where it allows me to choose the language in which to install VBA:

Language Choice

As you can see, not much of a choice at all – the only English provided is US English. If I want to get the dates to save in any other way than the confusing US numeric dates, I have to manually output the file.

As one respondant to a similar query about dates online said VBA is very US centric…

Queens Oak Pictures, Take 3

So after almost four years, a third roll of pictures from the camera in our Queens Oak cache has been posted to our pictures site.

We were actually able to pick up the camera pretty quickly, as we spotted the last cachers finding the cache whilst we were clearing up after the APCM at the church. (Not anything like the moan fest that others seem to suffer!)

With the handy overnight CD service it is pretty straightforward to load the pictures into iPhoto, and rebuild the site using BetterHTMLExport.

As before, the pictures do serve to show what a wide range of people are now going out Geocaching. If you look at the pictures there are all sorts of people from all age groups – looking at them you can’t really classify any as a stereotypical geocacher.

If you haven’t tried geocaching, the Geocaching Association of Great Britain (which I helped set up) is a good place to start.

Quiz Time

Going through my iTunes collection, I came across an mp3 I put together for a movie themed party a few years back.

For those interested in the techie side, I put it together using software on an operating system called BeOS, and also using a bit of software called SoundPlay to put it all together.

Anyway, I thought I’d post the quiz online. The mp3 contains music and songs from ten movies, and also two pre-title promo snippets. All I want to know are the ten movie titles and two promo snippets. If you really want to impress you can identify the bits of music as well.

You can listen to the track here.

It’s just as I thought…

Just thought I’d do a quick check on who I should vote for…

Labour -15
Conservative -34
Liberal Democrat 40
UK Independence Party -8
Green 36

You should vote: Liberal Democrat

Interestingly, I set my year 11s a speaking and listening task this week in which they had to explain their views on asylum seekers and immigration, and describe why they felt this way. The class was split about half and half between those who thought asylum seekers should be shot on sight, and those who thought we should give them a home out of compassion. The most interesting views came from the group who seemed to think that building a wall around the EU and keeping them all out unless we desperately needed their skills was the best solution. I did try not to argue with anyone, as they were not to try to persuade me of anything (or me them), but the group who seemed to have memorised the BNP manifesto and were spouting its most vicious ideas did get more than they bargained for during the questioning part of the exercise… We’ll see their reactions when I give them feedback next week! I’m going in armed (with information, of course!)

Google Maps UK

I mentioned previously the beta of Google Maps, which at the time only covered the US and Canada. However Howard has spotted that there is now a UK version, complete with the same slick interface.

The main downers at the moment appear to be the lack of proper postcode access – like a number of other route planners that are written for the US market, they have difficulty with our postcoding system. The addresses are also a little strange, for example take a look at this street near where my parents live. Three Rivers is actually the local district council, and doesn’t figure anywhere in the address. Correctly the address should be “Chorleywood, Rickmansworth, Hertfordshire”.

Meadow Way

Having said that, if you take a look at Arborfield Garrison it does include some of the recent additions, including our own street. However Penrose Park that was started at about the same time is missing entirely.

Arborfield Garrison

Having said that, what is really impressive is the combination of the Google index with the maps. Take a look at what searching for St James produces – a map, with address and phone number, and even a link to the web site!

St James Map

As a first go it is a pretty good start, whilst the linking to the website is impressive, they need to get UK addressing working properly. Once that is done it definitely would be the place to go for UK online mapping in future.