<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:media="http://search.yahoo.com/mrss"
	>

<channel>
	<title>Smurf on Spreadsheets</title>
	<atom:link href="http://smurfonspreadsheets.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://smurfonspreadsheets.wordpress.com</link>
	<description>Simon Murphy on professional spreadsheet development stuff</description>
	<pubDate>Wed, 07 May 2008 22:50:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Data types 2</title>
		<link>http://smurfonspreadsheets.wordpress.com/2008/05/07/data-types-2/</link>
		<comments>http://smurfonspreadsheets.wordpress.com/2008/05/07/data-types-2/#comments</comments>
		<pubDate>Wed, 07 May 2008 22:50:24 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Spreadsheet]]></category>

		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=585</guid>
		<description><![CDATA[I&#8217;m surprised that I seem to be the only one who often knows the data type I expect. Maybe I should do less &#8216;poor mans ETL&#8217; type work?
Would it be useful then if cells could have a fixed data type? one that didn&#8217;t get overwritten by pasting (unlike the rather flimsy data validation)? one that [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m surprised that I seem to be the only one who often knows the data type I expect. Maybe I should do less &#8216;poor mans ETL&#8217; type work?</p>
<p>Would it be useful then if cells could have a fixed data type? one that didn&#8217;t get overwritten by pasting (unlike the rather flimsy data validation)? one that was at the cell level, not in the cell entry event (unlike the flimsy data validation*)</p>
<p>*What I mean here is is if you have a formula in a cell (with data validation) that results in a valid value, everything is fine. If you then change one of the precedents of that formula to give a invalid result, the data validation does not trigger. - I&#8217;m not saying thats bad or wrong, what I am saying is something that was more robust be useful?</p>
<p>Also what do you think of being able to give cells a unit (like miles, km, hours or something) that could then be used to check you are not doing something dumb. (I&#8217;ve lost count of the number of times I&#8217;ve added pounds, dollars, yen, and euros or whatever - luckily having the yen in there make that blunder obvious). I&#8217;ve heard this units suggestion a few times, I&#8217;m not sure how much use I would make of it, what about you?</p>
<p>cheers</p>
<p>Simon</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smurfonspreadsheets.wordpress.com/585/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smurfonspreadsheets.wordpress.com/585/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smurfonspreadsheets.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smurfonspreadsheets.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smurfonspreadsheets.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smurfonspreadsheets.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smurfonspreadsheets.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smurfonspreadsheets.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smurfonspreadsheets.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smurfonspreadsheets.wordpress.com/585/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smurfonspreadsheets.wordpress.com/585/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smurfonspreadsheets.wordpress.com/585/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smurfonspreadsheets.wordpress.com&blog=668050&post=585&subd=smurfonspreadsheets&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://smurfonspreadsheets.wordpress.com/2008/05/07/data-types-2/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/smurfonspreadsheets-128.jpg" medium="image">
			<media:title type="html">Simon</media:title>
		</media:content>
	</item>
		<item>
		<title>Do you know the data type?</title>
		<link>http://smurfonspreadsheets.wordpress.com/2008/05/06/do-you-know-the-data-type/</link>
		<comments>http://smurfonspreadsheets.wordpress.com/2008/05/06/do-you-know-the-data-type/#comments</comments>
		<pubDate>Mon, 05 May 2008 23:21:22 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Excel]]></category>

		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=584</guid>
		<description><![CDATA[When working with cell values in code, do you generally know the data type you expect in the cell?
Or do you often need to assign the cell value to a variant or whatever and then look inside at the type before deciding what to do?
I reckon most of the time I know as I&#8217;m coding [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When working with cell values in code, do you generally know the data type you expect in the cell?</p>
<p>Or do you often need to assign the cell value to a variant or whatever and then look inside at the type before deciding what to do?</p>
<p>I reckon most of the time I know as I&#8217;m coding what type I expect, basically either a double or a string or an empty cell (and the occasional error 2042). Normally the type of processing is dependent on the data type, and usually I work out the target range before starting processing.</p>
<p>I think its quite rare I would not know, although there are times I might want to check maybe. What about you?</p>
<p>cheers</p>
<p>Simon</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smurfonspreadsheets.wordpress.com/584/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smurfonspreadsheets.wordpress.com/584/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smurfonspreadsheets.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smurfonspreadsheets.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smurfonspreadsheets.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smurfonspreadsheets.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smurfonspreadsheets.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smurfonspreadsheets.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smurfonspreadsheets.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smurfonspreadsheets.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smurfonspreadsheets.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smurfonspreadsheets.wordpress.com/584/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smurfonspreadsheets.wordpress.com&blog=668050&post=584&subd=smurfonspreadsheets&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://smurfonspreadsheets.wordpress.com/2008/05/06/do-you-know-the-data-type/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/smurfonspreadsheets-128.jpg" medium="image">
			<media:title type="html">Simon</media:title>
		</media:content>
	</item>
		<item>
		<title>Microhoo</title>
		<link>http://smurfonspreadsheets.wordpress.com/2008/05/04/microhoo-2/</link>
		<comments>http://smurfonspreadsheets.wordpress.com/2008/05/04/microhoo-2/#comments</comments>
		<pubDate>Sun, 04 May 2008 13:53:17 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Spreadsheet]]></category>

		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=582</guid>
		<description><![CDATA[Thank goodness that nonsense is over. Perhaps now we can get back to focusing on a compelling desktop story.
(With Excel at the centre of course)
The bad news (poor Q1/Q3?? performance) got released and buried under the pile of Yahoo speculation. Job done.
I wonder what the diversion will be next quarter - buying Google? buying Red [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a title="microsoft chuck yahoo" href="http://news.bbc.co.uk/1/hi/business/7382572.stm" target="_blank">Thank goodness that nonsense is over</a>. Perhaps now we can get back to focusing on a compelling desktop story.</p>
<p>(With Excel at the centre of course)</p>
<p>The bad news (poor Q1/Q3?? performance) got released and buried under the pile of Yahoo speculation. Job done.</p>
<p>I wonder what the diversion will be next quarter - buying Google? buying Red Hat? Windows 7 beta?</p>
<p>What do you reckon?</p>
<p>Did anyone seriously think buying Yahoo was a good thing? who for?</p>
<p>[EDIT]</p>
<p>I reckon Yahoos share price will plummet, MS could probably buy them for half the price in 6 months.</p>
<p>cheers</p>
<p>Simon</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smurfonspreadsheets.wordpress.com/582/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smurfonspreadsheets.wordpress.com/582/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smurfonspreadsheets.wordpress.com/582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smurfonspreadsheets.wordpress.com/582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smurfonspreadsheets.wordpress.com/582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smurfonspreadsheets.wordpress.com/582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smurfonspreadsheets.wordpress.com/582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smurfonspreadsheets.wordpress.com/582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smurfonspreadsheets.wordpress.com/582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smurfonspreadsheets.wordpress.com/582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smurfonspreadsheets.wordpress.com/582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smurfonspreadsheets.wordpress.com/582/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smurfonspreadsheets.wordpress.com&blog=668050&post=582&subd=smurfonspreadsheets&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://smurfonspreadsheets.wordpress.com/2008/05/04/microhoo-2/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/smurfonspreadsheets-128.jpg" medium="image">
			<media:title type="html">Simon</media:title>
		</media:content>
	</item>
		<item>
		<title>End User Development</title>
		<link>http://smurfonspreadsheets.wordpress.com/2008/05/01/end-user-development/</link>
		<comments>http://smurfonspreadsheets.wordpress.com/2008/05/01/end-user-development/#comments</comments>
		<pubDate>Thu, 01 May 2008 12:48:56 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Spreadsheet]]></category>

		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=581</guid>
		<description><![CDATA[We&#8217;ve had a few (sometimes lively) discussions about &#8216;our profession&#8217;, roles and responsibilities, IS/IT departments etc.
I thought I would just state my point of view and how that drives many of my posts in these sorts of areas. &#8216;Our profession&#8217; sits somewhere around the end user developers, perhaps slightly more technical and slightly less business [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We&#8217;ve had a few (sometimes lively) discussions about &#8216;our profession&#8217;, roles and responsibilities, IS/IT departments etc.</p>
<p>I thought I would just state my point of view and how that drives many of my posts in these sorts of areas. &#8216;Our profession&#8217; sits somewhere around the end user developers, perhaps slightly more technical and slightly less business focused. What do you think?</p>
<p>I firmly believe that End User Development (EUD) is vital. I also think it should be encouraged and supported, and I know from research and personal experience that in many orgs it is not. Lack of user involvement is the number one reason for development failures.</p>
<p>I also believe that Excel/VBA is one of the (if not _<strong>THE</strong>_) most important end user development tools. Technically it may not be the best I accept, but culturally, in many of the numerate business disciplines it is the most familiar.</p>
<p>I totally accept that much EUD is not the best quality, however I would argue that if the customer is satisfied then its good enough. As the customer is the developer this only becomes an issue if systems get deployed beyond their original design brief. (assuming the user/dev is a responsible professional)</p>
<p>Much as I like VSTO and .net and like developing in them personally, I don&#8217;t really see them as EUD tools.</p>
<p>A refresh of the VBAIDE on the other hand would be a massive boost to EUD, as would integrating all that VSTO/VSTA/.net goodness into the basic Office setup and Excel and Access and maybe Word.</p>
<p>Those techs that I&#8217;m a bit lukewarm about are those that I see as having limited use to the EUD world which I see as so important. As IS/IT depts see Office as EUD and wouldn&#8217;t lower themselves to touch it, I wonder what will change to make these techs more popular - more responsibility to end users? or massive cultural change to IS/IT to find the love for Office dev?</p>
<p>Do you think EUD is important?</p>
<p>Do you think it is widely encouraged in the organisations you know?</p>
<p>How do you think these inbetweenie techs like VSTO, Excel services will get adopted?</p>
<p>Other thoughts?</p>
<p>cheers</p>
<p>Simon</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smurfonspreadsheets.wordpress.com/581/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smurfonspreadsheets.wordpress.com/581/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smurfonspreadsheets.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smurfonspreadsheets.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smurfonspreadsheets.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smurfonspreadsheets.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smurfonspreadsheets.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smurfonspreadsheets.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smurfonspreadsheets.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smurfonspreadsheets.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smurfonspreadsheets.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smurfonspreadsheets.wordpress.com/581/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smurfonspreadsheets.wordpress.com&blog=668050&post=581&subd=smurfonspreadsheets&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://smurfonspreadsheets.wordpress.com/2008/05/01/end-user-development/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/smurfonspreadsheets-128.jpg" medium="image">
			<media:title type="html">Simon</media:title>
		</media:content>
	</item>
		<item>
		<title>Asus Eee 1.0 impressions</title>
		<link>http://smurfonspreadsheets.wordpress.com/2008/04/29/asus-eee-10-impressions/</link>
		<comments>http://smurfonspreadsheets.wordpress.com/2008/04/29/asus-eee-10-impressions/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 20:33:46 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Spreadsheet]]></category>

		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=580</guid>
		<description><![CDATA[I promised a further review when I had had chance the sample the delights of actually using the Eee (701) as a portable, rather than on my desk. (where its connected to a decent screen, keyboard and mouse)
I reviewed some research papers on it the other night whilst out and about. That saved my a [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I promised a further review when I had had chance the sample the delights of actually using the Eee (701) as a portable, rather than on my desk. (where its connected to a decent screen, keyboard and mouse)</p>
<p>I reviewed some research papers on it the other night whilst out and about. That saved my a ton of time.</p>
<p>Its very portable, not quite small enough to fit in my coat pocket, but easy enough to carry. And with the low price its not a massive risk to leave around, or get knocked. Plus the fact its not my main dev machine eases the worry</p>
<p>For reading PDFs and writing in OpenOffice Write it works very well. Calc works fine too, although with big spreadsheets you notice the cramped screen.</p>
<p>It had a flat battery so I charged it for an hour and a half, that was good for about 3/4 hour of what I would consider to be very light use. It claimed to be half full but I think they are meant to do about 3 hours. Anyway about an hour is enough on your lap I reckon before the RSI really kicks in. I&#8217;m pleased I was mainly paging up/down, I think using the trackpad for mousing around would have been hard work.</p>
<p>The screen although small is very clear, I was reading at about 80% zoom before I upped it to 120% or something to save my eyes.</p>
<p>It can project much better resolutions than it can display, but that means you only see a corner of the screen image on the machine, whereas the audience sees the whole thing. If you want to get interactive that becomes tricky.</p>
<p>In terms of the included Linux OS and app stack - this all works well and I find its fine for pretty much everything except developing for Windows/Office. The odd crappy web site doesn&#8217;t display right, but the main ones do. I havent invested the time I wanted to learning more about Linux so I&#8217;m still only scratching the surface. But that is the great improvement of modern Linux - you don&#8217;t need to be a ubergeek to boot the machine, its as simple as any other OS.</p>
<p>Performance is fine for most &#8216;normal&#8217; stuff, apps can take a while to get going, and I wouldn&#8217;t call it snappy, some javascript sites really drag. I&#8217;m not sure I would want to try and run some of my spreadsheet monsters on it.</p>
<p>The newly announced 900 has a bigger screen (9&#8243; instead of 7&#8243;) which excellent, its a bit bigger physically which is bearable, but has a daft power brick instead of the mobile phone style power lead of the 701, and its a 100 quid more. Dunno if I&#8217;ll get one, when they finally arrive. As I mainly use this one connected to an external screen the 900 doesn&#8217;t seem to offer much. We&#8217;ll see.</p>
<p>Anyone else got one, or similar?</p>
<p>cheers</p>
<p>Simon</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smurfonspreadsheets.wordpress.com/580/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smurfonspreadsheets.wordpress.com/580/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smurfonspreadsheets.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smurfonspreadsheets.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smurfonspreadsheets.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smurfonspreadsheets.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smurfonspreadsheets.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smurfonspreadsheets.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smurfonspreadsheets.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smurfonspreadsheets.wordpress.com/580/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smurfonspreadsheets.wordpress.com/580/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smurfonspreadsheets.wordpress.com/580/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smurfonspreadsheets.wordpress.com&blog=668050&post=580&subd=smurfonspreadsheets&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://smurfonspreadsheets.wordpress.com/2008/04/29/asus-eee-10-impressions/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/smurfonspreadsheets-128.jpg" medium="image">
			<media:title type="html">Simon</media:title>
		</media:content>
	</item>
		<item>
		<title>Is Excel Services a trap?</title>
		<link>http://smurfonspreadsheets.wordpress.com/2008/04/29/is-excel-services-a-trap/</link>
		<comments>http://smurfonspreadsheets.wordpress.com/2008/04/29/is-excel-services-a-trap/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 09:34:47 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Spreadsheet]]></category>

		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=573</guid>
		<description><![CDATA[Excel is the tool of the business user, often to implement systems that the IS department has refused to do (either by saying no, or quoting ridiculous costs/timescales).
We have discussed here many times this cultural conflict, and how this is a factor in Excel popularity/usefulness.
So Excel services could almost be considered a bit of a [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Excel is the tool of the business user, often to implement systems that the IS department has refused to do (either by saying no, or quoting ridiculous costs/timescales).</p>
<p>We have discussed here many times this cultural conflict, and how this is a factor in Excel popularity/usefulness.</p>
<p>So Excel services could almost be considered a bit of a trojan horse. IS (begrudgingly, of course) sets it up on a server for the business to use. Business starts to move many of their horrible spreadsheets to the new server. Suddenly IS have control of many new critical business processes. What will they do then? Lock them down? Lock people out &#8216;for their own good&#8217;? &#8216;rationalise&#8217; them? Insist on migrating them to .net? webify them for no reason except to bolster IS developers CVs? break them? make them unavailable at key times? De-prioritise them? Set up a proper test/production split? Look after them as well as, or better than, their originator?</p>
<p>Who knows, but the point is many business spreadsheets represent failure of IS to deliver an effective alternative. Is Excel services that alternative? Or should we be holding out for a full N-tier/big iron solution?</p>
<p>Do you see Excel services as a short term bridging type technology to help IS and the business work more closely together? With most of those spreadsheets eventually migrated to SQL/.net type architecture?</p>
<p>Or is it a &#8216;for the foreseeable future&#8217; technology?</p>
<p>I reckon it makes a good halfway house and if it can encourage collaboration between IS and the business that can only be good. I would expect many critical systems to move to a more mainstream techs within a year or 2 of appearing in Excel services. That will generally be a good thing I think, what about you?</p>
<p>cheers</p>
<p>Simon</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smurfonspreadsheets.wordpress.com/573/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smurfonspreadsheets.wordpress.com/573/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smurfonspreadsheets.wordpress.com/573/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smurfonspreadsheets.wordpress.com/573/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smurfonspreadsheets.wordpress.com/573/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smurfonspreadsheets.wordpress.com/573/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smurfonspreadsheets.wordpress.com/573/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smurfonspreadsheets.wordpress.com/573/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smurfonspreadsheets.wordpress.com/573/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smurfonspreadsheets.wordpress.com/573/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smurfonspreadsheets.wordpress.com/573/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smurfonspreadsheets.wordpress.com/573/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smurfonspreadsheets.wordpress.com&blog=668050&post=573&subd=smurfonspreadsheets&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://smurfonspreadsheets.wordpress.com/2008/04/29/is-excel-services-a-trap/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/smurfonspreadsheets-128.jpg" medium="image">
			<media:title type="html">Simon</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Q1 results out</title>
		<link>http://smurfonspreadsheets.wordpress.com/2008/04/25/microsoft-q1-results-out/</link>
		<comments>http://smurfonspreadsheets.wordpress.com/2008/04/25/microsoft-q1-results-out/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 11:16:15 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Spreadsheet]]></category>

		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=579</guid>
		<description><![CDATA[EL reg has a brief summary here.
The general view is that Vista has not helped the financials, and there is still a question mark over Windows XPs June retirement.
Of course I&#8217;m not bothered about that I want to know how the Business division that owns Office has done.
Revenue down 9% from Q1 last year apparently. [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a title="MS results" href="http://www.theregister.co.uk/2008/04/25/microsoft_third_quarter_2008/" target="_blank">EL reg has a brief summary here</a>.</p>
<p>The general view is that Vista has not helped the financials, and there is still a question mark over Windows XPs June retirement.</p>
<p>Of course I&#8217;m not bothered about that I want to know how the Business division that owns Office has done.</p>
<p>Revenue down 9% from Q1 last year apparently. There are suggestions that that may be due to an artificially high Q1 last year due to Office 2007 coupons or something - although I don&#8217;t remember that being discussed last year. (&#8217;fastest selling version ever&#8217; is how I remember it)</p>
<p>I wonder what component, common across several of the key Office products could have discouraged 9% of potential customers?</p>
<p>cheres</p>
<p>Simon</p>
<p>PS Of course I have no idea of the real causes of the results, but why let that little fact get in the way?</p>
<p>I guess Office 2007 could be booming and Navision could have bombed, but something big must have slumped to drag the whole division down 9%.</p>
<p>Anyone got links to decent analysis?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smurfonspreadsheets.wordpress.com/579/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smurfonspreadsheets.wordpress.com/579/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smurfonspreadsheets.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smurfonspreadsheets.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smurfonspreadsheets.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smurfonspreadsheets.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smurfonspreadsheets.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smurfonspreadsheets.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smurfonspreadsheets.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smurfonspreadsheets.wordpress.com/579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smurfonspreadsheets.wordpress.com/579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smurfonspreadsheets.wordpress.com/579/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smurfonspreadsheets.wordpress.com&blog=668050&post=579&subd=smurfonspreadsheets&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://smurfonspreadsheets.wordpress.com/2008/04/25/microsoft-q1-results-out/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/smurfonspreadsheets-128.jpg" medium="image">
			<media:title type="html">Simon</media:title>
		</media:content>
	</item>
		<item>
		<title>State of the profession 2</title>
		<link>http://smurfonspreadsheets.wordpress.com/2008/04/24/state-of-the-profession-2-2/</link>
		<comments>http://smurfonspreadsheets.wordpress.com/2008/04/24/state-of-the-profession-2-2/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 09:33:01 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Spreadsheet]]></category>

		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=578</guid>
		<description><![CDATA[The European Spreadsheet Risk Interest Group will be having their annual spreadsheet risk/quality conference in July in Greenwich. (Eusprig). &#8216;In pursuit of Spreadsheet Excellence&#8217; is this years title.
Greenwich is a mere stones throw from the City.
How many City institutions will be represented there?
A handful, a dozen at the most.
Why? they certainly know about the conference [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The European Spreadsheet Risk Interest Group will be having their annual spreadsheet risk/quality conference in July in Greenwich. (<a title="eusprig" href="http://www.eusprig.org" target="_blank">Eusprig</a>). &#8216;In pursuit of Spreadsheet Excellence&#8217; is this years title.</p>
<p>Greenwich is a mere stones throw from the City.</p>
<p>How many City institutions will be represented there?</p>
<p>A handful, a dozen at the most.</p>
<p>Why? they certainly know about the conference and the valuable information and networking opportunities.</p>
<p>They certainly use spreadsheets, they have even started to own up to using them, and many are even accepting they are a strategic resource.</p>
<p>The reason the don&#8217;t come (according to people who absolutely know) is they are worried about being seen to admit they might have spreadsheet quality concerns!</p>
<p>I guess that means the perceived value of attending is less than the loss of face of being there! What a shame.</p>
<p>I&#8217;m sure these same orgs happily attend security conferences without feeling they are dropping their pants in public.</p>
<p>Thanks for the responses to the previous post, I&#8217;m pleased to see some folks are not seeing such a bleak picture. SBs role especially sounds like exactly what smart orgs should be doing to get the best return on investment.</p>
<p>Cheers</p>
<p>Simon</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smurfonspreadsheets.wordpress.com/578/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smurfonspreadsheets.wordpress.com/578/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smurfonspreadsheets.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smurfonspreadsheets.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smurfonspreadsheets.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smurfonspreadsheets.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smurfonspreadsheets.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smurfonspreadsheets.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smurfonspreadsheets.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smurfonspreadsheets.wordpress.com/578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smurfonspreadsheets.wordpress.com/578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smurfonspreadsheets.wordpress.com/578/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smurfonspreadsheets.wordpress.com&blog=668050&post=578&subd=smurfonspreadsheets&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://smurfonspreadsheets.wordpress.com/2008/04/24/state-of-the-profession-2-2/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/smurfonspreadsheets-128.jpg" medium="image">
			<media:title type="html">Simon</media:title>
		</media:content>
	</item>
		<item>
		<title>State of the profession</title>
		<link>http://smurfonspreadsheets.wordpress.com/2008/04/23/state-of-the-profession-2/</link>
		<comments>http://smurfonspreadsheets.wordpress.com/2008/04/23/state-of-the-profession-2/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 23:13:29 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Excel]]></category>

		<category><![CDATA[Spreadsheet]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[enterprise]]></category>

		<category><![CDATA[error]]></category>

		<category><![CDATA[quality]]></category>

		<category><![CDATA[risk]]></category>

		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=574</guid>
		<description><![CDATA[Dick M asks if we (Office developers) are a dying breed. At least I think he&#8217;s asking - he could be telling us our profession is wilting away. Whatever, I agree. Completely.
Office developer, Excel developer, business developer, these mean pretty much the same thing to me, its a person nearer the business than a traditional [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a title="Office dev dying" href="http://blogs.officezealot.com/dmoffat/archive/2008/04/15/a-dying-breed.aspx" target="_blank">Dick M asks if we (Office developers) are a dying breed</a>. At least I think he&#8217;s asking - he could be telling us our profession is wilting away. Whatever, I agree. Completely.</p>
<p>Office developer, Excel developer, business developer, these mean pretty much the same thing to me, its a person nearer the business than a traditional IS department dev. They probably use a range of tools/platforms, they mainly target desktop rather than server, Excel usually features as at least part of the interface (or calc engine), source data may be from a server database, but working data is likely to be in jet. Glue code may be VB6 or .net but most likely VBA. The best differentiators (from mainstream devs) are around business acumen rather than technical tool choice.</p>
<p>Anyway Dick mentions a few items, here are my thoughts:</p>
<p><strong>Value for work</strong> - Bad and getting worse, its getting so only City institutions understand the value of Excel, which is bizarre considering their normal sheep like tendencies. ( I suppose they are flocking round each other).</p>
<p><strong>Respect</strong> - Bad and getting worse, for years I was embarrassed to admit I did a lot of work in Excel, as &#8216;real devs don&#8217;t touch Excel - hobbyists only&#8217;. Then as Eusprig gathered momentum I got a bit more confident, but I think that quality/error movement has stalled a little now. So back to claiming to be a mainstream dev for me I reckon.</p>
<p><strong>Continuity</strong> - Bad and getting worse, I used to coach client staff in what I was doing in Excel/Access/VBA etc. These days they turn their noses up, happy to pick up some SQL or C# but no Excel/VBA thank you. I just don&#8217;t see many people rushing into our technologies.</p>
<p><strong>Conclusion</strong> - yeah we&#8217;re proper fooked. Unless MS are going to wake up to their most valuable asset - MS Office on an MS Windows desktop. By wake up I mean the hand in pocket wake up, not the cheap soundbite one thats been (pointlessly) running (well walking) for as long as I can remember.</p>
<p>I don&#8217;t think us devs will be the losers we&#8217;ll just move to techs where the opportunities are better. The real losers will be MS as customers move to other platforms that have an apparently better cost/benefit story, but only because they are unaware of much of the benefit of the MS Office platform. [Ignoring for the time being the cost/no benefit fubar known as the 2007 UI shuffle]</p>
<p>The other losers of course will be businesses far and wide that have to wait for their IS departments to implement their grossly over engineered, over priced, over due, big iron monsters, just in time to realise the business requirement has moved on.</p>
<p>The winners are of course the IS departments who gain control, power and loads of low pressure work. If you know you will release straight into retirement (rather than production) there are lots of unpleasant things you can forgo, like testing, and documentation for example.</p>
<p>Is this how you see things?</p>
<p>or are you seeing different trends?</p>
<p>How do you think things will pan out in 3-5 years?</p>
<p>Do you have an escape plan?</p>
<p>Please comment here or on Dicks post</p>
<p>cheers</p>
<p>Simon</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smurfonspreadsheets.wordpress.com/574/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smurfonspreadsheets.wordpress.com/574/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smurfonspreadsheets.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smurfonspreadsheets.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smurfonspreadsheets.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smurfonspreadsheets.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smurfonspreadsheets.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smurfonspreadsheets.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smurfonspreadsheets.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smurfonspreadsheets.wordpress.com/574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smurfonspreadsheets.wordpress.com/574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smurfonspreadsheets.wordpress.com/574/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smurfonspreadsheets.wordpress.com&blog=668050&post=574&subd=smurfonspreadsheets&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://smurfonspreadsheets.wordpress.com/2008/04/23/state-of-the-profession-2/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/smurfonspreadsheets-128.jpg" medium="image">
			<media:title type="html">Simon</media:title>
		</media:content>
	</item>
		<item>
		<title>Access queries</title>
		<link>http://smurfonspreadsheets.wordpress.com/2008/04/22/access-queries/</link>
		<comments>http://smurfonspreadsheets.wordpress.com/2008/04/22/access-queries/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 08:29:43 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
		
		<category><![CDATA[Spreadsheet]]></category>

		<guid isPermaLink="false">http://smurfonspreadsheets.wordpress.com/?p=570</guid>
		<description><![CDATA[Marcus recently reminded me of one of my Access maintenance headaches.
Do you write all your queries as queries and store them visible in the query window?
Or do you keep them in your VBA so they are easy to manipulate?
Or do you mix it up to give the maintainer a hard time?
Just wondering as I&#8217;ve been [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Marcus recently reminded me of one of my Access maintenance headaches.</p>
<p>Do you write all your queries as queries and store them visible in the query window?</p>
<p>Or do you keep them in your VBA so they are easy to manipulate?</p>
<p>Or do you mix it up to give the maintainer a hard time?</p>
<p>Just wondering as I&#8217;ve been caught out a few times tracing the logic of the visible components in other peoples dbs, only to find they are quietly modified in code (from multiple places).</p>
<p>I often use Excel as the UI and build queries in cells, but I do try and consider the maintainer (just in case its me ;-)).</p>
<p>The last jet project I did I added all the SQL as querydefs, that made debugging much easier as I could open the .mdb and tinker with the queries via the Access UI.</p>
<p>What do you tend to do?</p>
<p>cheers</p>
<p>Simon</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smurfonspreadsheets.wordpress.com/570/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smurfonspreadsheets.wordpress.com/570/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smurfonspreadsheets.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smurfonspreadsheets.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smurfonspreadsheets.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smurfonspreadsheets.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smurfonspreadsheets.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smurfonspreadsheets.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smurfonspreadsheets.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smurfonspreadsheets.wordpress.com/570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smurfonspreadsheets.wordpress.com/570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smurfonspreadsheets.wordpress.com/570/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smurfonspreadsheets.wordpress.com&blog=668050&post=570&subd=smurfonspreadsheets&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://smurfonspreadsheets.wordpress.com/2008/04/22/access-queries/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/smurfonspreadsheets-128.jpg" medium="image">
			<media:title type="html">Simon</media:title>
		</media:content>
	</item>
	</channel>
</rss>