MS Excel moving with the times

Over the last few days I have been spending more time in MS Excel than can be considered good for my health! As I tweeted this morning, this has obviously hasn’t been without its frustrations!

I don’t often use Excel for more than basic stuff, but this time I am putting together a front end to a simple reporting tool in our internal Confluence wiki. More to come on that in a later post, but allow me to get this off my chest first!

First up, I wanted to do some string concatenation. Easy I thought, only to find out that the CONCATENATE() function does not allow a cell range to be used as a parameter!

Google to the rescue, where I came across this great little snippet of VB which does the job nicely:

'*****************************************
‘Purpose: Concatenate all cells in a range
‘Inputs: rRng - range to be concatenated
‘ sDelimiter - optional delimiter
‘ to insert between cell Texts
‘Returns: concatenated string
‘*****************************************
Public Function MultiCat( _
ByRef rRng As Excel.Range, _
Optional ByVal sDelim As String = “”) _
As String
Dim rCell As Range
For Each rCell In rRng
MultiCat = MultiCat & sDelim & rCell.Text
Next rCell
MultiCat = Mid(MultiCat, Len(sDelim) + 1)
End Function

Next I wanted to create some links between workbooks. Easy right!? Its easy enough to create the links, but I didn’t like the full filepaths it was using:

C:\Documents and Settings\User\My Documents....\

So I went to look for a way of creating relative links….

It turns out that in some areas, Excel hasn’t exactly kept up with the times. This article gives us some insight:

it just can’t be done in Excel. A *LONG* time ago Microsoft wrote the original Excel version 1 for 512K Macs. Those beasts had a nonhierarchical file system and mostly only one floppy drive and no harddrive, so there could only be one file open with a given base filename. And Microsoft decreed this was Good & Sufficient, and it hasn’t changed at all since. Yes, all OS’s under which the most recent 3 or 4 versions of Excel runs now have hierarchical file systems spanning multiple local and networked drives, but Microsoft seems not to care to expend the resources to bring this bit of Excel functionality out of the mid 1980’s.

So a dead-end there then! :-(

The same article goes on to finish with an assessment of things….

Excel simply hasn’t evolved from its original implementation in this respect. It’s nice to imagine Microsoft fixing this, but it probably won’t happen until well after they provide built-in support for flashing text. Microsoft seems to prefer adding eyewash to adding serious features that have been in competing spreadsheets for over a decade.

Sad, but likely true. I had to chuckle, rather than cry.

“New-Generation Workers” Want Technology Their Way

Today I caught a discussion on the findings of a survey carried out by Accenture.

Millennial generation students and employees (those aged 14 to 27) expect to use their own technology and mobile devices for work and are increasingly choosing their place of employment based on how accommodating companies are to their personal technology preferences

Yet more evidence demonstrating how our consumer technology choices are making their way into the workplace, meaning that the companies that best accommodate these demands will gain a competitive advantage through attracting, and most importantly, retaining, the best young talent.

Observing this, it appears we are increasingly demanding in our requirements for consumer technology, increasingly fickle with our choices and loyalties, and increasingly adept at managing the change new technology presents us.

Yet this often goes against our corporate mandated use of technology, where we are stuck in our old ways, show blind loyalty to old technology, and told that change is painful and risky! (I’d love you to chip in with candidates for each category! ;-))

So why is this still the case?

Will the “Millennial generation” win over their elders?

An Object Lesson On The Value Of Social Media Proficiency

Through my twitter stream, I came across this post, which is quite simply a fantastic account of how a company which understands the opportunity behind promoting and supporting its employees in their external blogging efforts, can harness the power of the medium.

Today, we used our social media machine to accomplish something big and visible that we just couldn’t have done any other way.

It talks about how EMC’s employee bloggers contributed to a highly successful new product launch announcement

We’ve now got a small army of EMC bloggers who are very proficient outside the firewall. They write well, cover things from an interesting perspective, and are each “followed” by many in the industry.

and the results

Perhaps one of the most effective “big idea” launches I’ve seen anywhere in our industry, ever.

Completely unachievable with a “1.0″ approach, I might add.

Then goes on to discuss some of the details of how they got there

How Did This Come To Be?
Easy.

We thought having a cadre of effective external bloggers was damn important, and we invested in getting what we thought we needed.

No one thing, a lot of little things:

* We made it “OK” to blog externally. We created external blogging guidelines (not “rules” or “policy”) in the input of our bloggers.

* We created a lightweight governance function in the event that our guidelines needed clarification or application to a particular circumstance.

* We created an internal support group of people who were either blogging externally, or wanted to. We gave people encouragement and coaching.

* We asked our PR organization to embrace and leverage our external bloggers, and change how they did things sliightly.

* We gave people an internal platform to practice (EMC|ONE) their blogging skills in a safe environment.

The bloggers brought the passion and expertise, though.

We just harnessed it.

Great to see real-world examples where this is both happening and being discussed.

Source: http://chucksblog.emc.com/a_journey_in_social_media/2008/11/an-object-lesson-on-the-value-of-social-media-proficiency.html

PS: Unfortunately I didn’t catch who tweeted the link to this, so can’t add you to the credits, apologies! :-(

Reading encrypted email in Lotus iNotes

I have seen this crop up a number of times over on Twitter, and a couple of colleagues recently picked up on my response with the solution.

have you tried importing your ID into iNotes? allows you to read encrypted email

Their question was, “how do you do that?”. So here is my explanation:

  1. Select “Preferences” from the menu options top right of the screen. Lotus iNotes menu options
  2. Select the “Security” option from the preferences list on the left. Lotus iNotes security preferences
  3. Select “Import Notes ID” button.
  4. Browse to your ID file, enter your Notes password and press OK. Importing your Lotus Notes ID into iNotes
  5. That should be it!

You should now be able to read any encrypted emails you may have received.

I hope that helps!

So where and what have I been up to…!?

Yes, yet again, other than my twitter updates, the blog has been devoid of “real” content for quite some time!

That is not to say that there hasn’t been much going on, rather the opposite, “real” life standing between blog and blogger!

So here’s what I’ve been up to of late:

  • Brothers came over for a visit
  • Sorting boat paperwork so that she can actually be sailed!
  • Working on the boat so that she can actually be sailed!
  • Sister in-law came for a visit
  • Sailing (not our boat)
  • Weekend in Salamanca
  • A week at home alone without the girls ;-)
  • Sailing (finally!)
  • A week in Extremadura
  • A week in Menorca
  • Sailing, including a Sunday racing
  • Daughter starting “big” school
  • Gardening
  • In-laws visiting
  • Trying to catch up with my photos on Flickr
  • Building a wardrobe
  • debating names for the daughter in waiting….

Boring huh!

So while there has been progress in some areas, in others, the todo list keeps growing!

The road back from “lousy”

Bruce has posted a quote which got me thinking….

“No IdeaJam is not the issue, just people afraid of Domino applications as they have only been exposed to lousy ones in the past”

Putting it mildly I’d say!

I’m a strong believer that the “bad reputation” suffered by Notes is far too often due to shocking Notes app development. That can include every aspect from programming to UI. All too often this is extended to Domino apps, aided by the mess that Domino makes of web development if we leave it to its own devices.

So a question for you. How many times have you seen an experienced web developer brought in to help on a Domino project? Exactly! Time and again its the original Notes developer asked to “put that app on the intranet”.

And I’m not trying to say that a PHP developer or the like could come in and work magic with Domino. Just that good results depend on the Notes developer adding new tools to the toolbox. At the same time, employers need to recognise the breadth of knowledge required to be a competent Notes Domino developer with the latest releases.

Xpages can save the world!

Bruce goes on to ask whether Xpages are the answer. In one word, No. The introduction of XPages, like composite apps, and even web services before it, just add to the problem IMHO.

If Notes developers aren’t already up on their CSS, Javascript, etc, then they’re not up to building respectable Domino apps, let alone taking advantage of XPages.

I’m not so sure it can be solved simply providing CSS themes or samples either. There are plenty of examples out there. Notes Domino developers need to be prepared to explore new areas, outside of Domino Designer, and then come back and work in what they have learnt. Those doing this are ready for XPages, like any of the new features that have come before.

I’ll sum it up in one word. Attitude.

A penny for your thoughts!

So what can we do about it? The Lotus blogsphere is only the tip of the iceberg. We all recognise that there are far more developers out there that don’t even read the blogs or forums, and aren’t privy to all our ranting and raving! We need to reach them to solve this problem.

Sample apps with a few “Wow, how can Notes do that!? Can I have it in my XYZ app?” features, to help push these developers into pastures new can only be a good thing.

But if Lotus were to show users and management what all this new “stuff” is really capable of, with some must-have, must-use, out-of-the-box templates, that really demonstrate the capabilities bringing a benefit to the business, then that would certainly help.

As Bruce’s quote attests, in today’s economic climate, business will not invest in new product, let alone new features, if they don’t see a clear benefit. Something only compounded if they have been scarred in the past.

Notes and Domino developers need to be forced out of their comfort zone, pushed by business drivers demanding functionality delivered through the new features. Lotus for their part, need to regain the confidence of the developers with a polished product, avoiding some of the disappointments and frustrations in prior versions.

My money is on it taking some time.

PS: One more thought, do other technologies suffer the same problems?

WordPress upgraded to 2.6

Last night I managed to find the 5 minutes I needed to upgrade four WordPress blogs to the newly released version 2.6.

Possible thanks to the excellent “one-click” install setup provided by Dreamhost.

Very quick and entirely painless, just how upgrades should be!

So unfortunately I can’t go into details on how I upgraded, there really is nothing more to tell!

For anyone who hasn’t already seen the video demo’ing the new version, here it is.

Now to learn about all the new features!

Oh the irony!

This caught my eye via google alerts, emphasis is mine.

In a perfect world, all email clients would render our designs the way we intended it to be. Seeing as how browser compatibility for the web is still some way off, email client standardization would be eons away from reaching display nirvana.

Together with Outlook 2007, Lotus Notes is a very difficult email client to comply your designs with.

I left a comment explaining how Lotus Notes 8 is somewhat improved in this area.

Source: Online Marketing Business Blog: HTML Email and Lotus Notes

Guess the culprit…

Content from this Web site that is not provided under an agreement, such Content is not provided as “public domain”; you may use such Content for your personal, non-commercial use only and only in connection with your use of XXXXX.

Yes, afraid so, its IBM with their Terms of Use on the Lotus Symphony website.

So, basically that means the plugins, and the templates, can only be used for personal tasks, not at work, and only using Symphony! Oh, and don’t forget, these are, on the whole, user contributions.

Lets step back a minute. This software comes embedded within a leading enterprise collaboration tool, uses open standards, and its manufacturer is pushing interoperability…..

Doesn’t quite add up for me, and certainly not in the spirit of things…..!

Whats the alternative? If I have a template or plugin I want to share, do I have to host it myself, away from symphony.lotus.com, where it is obviously going to get the same visability?

Enough said, come on IBM, you can do better than this!

Via Shadow Logs.

Chris Brogan: What Social Media Does Best

Chris Brogan has a great post in his series on social media.

This list is a must read!

  • Blogs allow chronological organization of thoughts, status, ideas. This means more permanence than emails.
  • Podcasts (video and audio) encourage different types of learning, and in portable formats.
  • Social networks encourage collaboration, can replace intranets and corporate directories, and can promote non-email conversation channels.
  • Social networks can amass like-minded people around shared interests with little external force, no organizational center, and a group sense of what is important and what comes next.
  • Social bookmarking means that entire groups can learn of new articles, tools, and other Web properties, instead of leaving them all on one machine, one browser, for one human.
  • Blogs and wikis encourage conversations, sharing, creation.
  • Social software, like Flickr and Last.fm and even Amazon.com, promote human-mediated information sharing. Similar mechanisms inside of larger organizations would be just as effective.
  • Social news sites show the popularity of certain information, at least within certain demographics. Would roll-your-own voting within the company be useful?
  • Social networks are full of prospecting and lead generation information for sales and marketing.
  • Social networks make for great ways to understand the mindset of the online consumer, should that be of value to you.
  • Online versions of your materials and media, especially in formats that let you share, mean that you’re equipping others to run with your message, should that be important (like if you’re a marketer).
  • Online versions of your materials and media are searchable, and help Google help you find new visitors / customers / employees.
  • Social networks contain lots of information about your prospective new hires, your customers, your competitors.
  • Blogs allow you to speak your mind, and let the rest of the world know your thought processes and mindsets.
  • Podcasts are a way to build intimacy with information.
  • Podcasts reach people who are trying out new gadgets, like iPhones, iPods, Apple TVs, Zunes, and more.
  • Tagging and sharing and all the other activities common on the social Web mean that information gets passed around much faster.
  • Human aggregation and mediation improves the quality of data you find, and gives you more “exactly what I was looking for” help. (See also, Mahalo).
  • Innovation works much faster in a social software environment, open source or otherwise.
  • Conversations spread around, adding metadata and further potential business value.
  • People feel heard.

I could pick any as a favourite!