Welcome

Welcome on 3iLab page. This page is created as a place to post my soft-gadgetry and in the same time give me a place for the web experimentations - all in measure of my capabilities. 3i means "inspiring ideas investigation" and I used it to remind me what I would like to do here.

Hoping you will find something interesting here,

Mojmir

Excel VBA add-ins

I find Excel as a very powerful tool. One of it's most powerful features is the possibility to enhance it using VBA. Sincerely, I think, there is no other such a versatile and folk-wide software tool as the Excel + VBA is. Moreover, it's a great tool to start with programming. All the graphic interface is ready. Just play a little with it, pick your input values and process them.
...it's a pity that Microsoft decided to eliminate VBA in next versions of Office, whatever the reasons are...

Let find here bellow some of my VBA creations for Excel.

Toggle Sheets Toolbar

This add-in facilitates switches between Excel sheets. It allows you to select a sheet form history of active sheets using keyboard shortcut ctrl+tab (respectively ctrl+shift+tab) or to select and activate any listed sheet in dropdown list of opened workbooks sheets.

Find more details about this add-in here. Download it here (section at the end if the page).

Personal Subs Toolbar

This add-in facilitates use of your own VBA macros. Its a fine tool for anybody, who is creating macros to simplify routine operations in Excel.

Find more details about this add-in here. Download it here (section at the end if the page).

Other

I like programing in PHP much. For this moment I put here just one tool.

PHP Perl Compatible Regex Tester

Testing of Perl Compatible Regular Expressions in PHP. Find it here.

© Mojmir Durik 2009, last update on 20.10.2009