OpenOffice Blog

About a month ago I downloaded OpenOffice. It’s still sitting in my Downloads folder waiting for someone to double click it. Gee, I wonder when that’s going to happen. I think it would be fun to explore the Calc program and maybe even write a review of it. I’m just too busy to have fun lately.

Until I’m properly motivated, I’ve subscribed to Calc Tips which I heard about from j-walkblog.

Posted in Uncategorized

5 thoughts on “OpenOffice Blog

  1. I’ve been fooling around with oO Calc for a bit (specifically the programming environment).

    My observations so far.

    – There’s no intellisense.

    Whilst that is no disaster in itself, there is no help either. None whatsoever on the object model. THAT’s a disaster combination of omissions.

    There is a number of tools to compensate for these lacks, but there just not even half-way there.

    – There’s no auto capitalisation. (I never realised how much I appreciate this feature of the VBE until I started writing code in oO). So you’re in the dark whether you spelled a variable correct or not.

    – There is no Parent object. If e.g. you have a range object, there is no simple way to deterimine what workbook that range belongs to

    – There is no shortcut key to access the Basic Editor (no big deal, but if you’re used to having one…)

    My feelings toward oO as a developer: It takes you back to the very early Excel 5.0a days, which introduced VBA. But at least that was delivered with a relatively complete Help system.

    Apart from these (programming) issues, my impression is that it is a quite complete spreadsheet program. It doesn’t play in the same league as Excel though.

    But it is the only free program that can handle loading corrupt Excel files reasonably well.

  2. I’ve used OO and feel they get a lot of credit for what was accomplished for free. This is just the beginning and it will only get better.

    I like to write code, but let’s face it, that’s not what is needed for most users. The competition will force Microsoft to be more.


Posting code? Use <pre> tags for VBA and <code> tags for inline.

Leave a Reply

Your email address will not be published.