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
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.
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).
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).
I like programing in PHP much. For this moment I put here just one tool.
Testing of Perl Compatible Regular Expressions in PHP. Find it here.