Tag: Addins

Time/Task recording systems

I was asked to report on the time I was spending on different tasks each day. As quick as a flash, I was reminded of Dick’s Excel tool for doing this.

DicksTool

Not too shabby for sure, but these days I’m not always in Excel, and although I could extend Dick’s code, it doesn’t do everything out of the box. So I took a look around, I didn’t look very far to be fair, but I quickly found Rachota. It’s a light weight Java app, its not too bad, but I found it slightly awkward to use. For example to change the tasks you have to jump around the dialog a bit. The dialogs a little ugly, and there’s not much in the way of reporting. Overall a step up from Dicks addin, but still not something I could use meaningfully.

Rachota

My next, and I’m happy to say final, stop was the mighty; Grindstone.  Firstly a bonus point for the name. It’s a .Net app (looking at the grid control 2+). Itlooks nice and is well layout -not perfect mind. I would have liked to see the bottom controls at the top or in the middle of the dialog – better still, if I could place them where I wanted, but no big deal.

Grindstone

At least you can work down the dialog logically. Reporting is available out of the app, it will fill out a grid control which, inexplicably, you can’t copy out of, but you can export to XML. It also has the ability to calculate invoices, based on a rate table, but I have not used this myself.

Over all a lovely little application!

Working with Colours in Excel – M.I.E Colour Manager

Here is the BETA version of my Colour Manager, and tool for creating colour pallets in Excel:

ColouPalletManager.PNG

It’s a VB6 com addin, the only thing you really need to know is that you load a picture on the left and then click that picture to get the colour at that point. You can then click a pallet square to place it where that square is. Click the send to workbook button to send it to the active workbook.

However I have also made a video to show how to use it. Bosh!

Here is the file!

UPDATED FILE HERE:
MIE Colour Manager Beta 0.3.0.zip

Enjoy, feedback more than welcome.

Free VBA code library!!!

Right that should get a few people here!

XL Dennis has made public the first version of his code librarian – “.NET Co Library”.
I’ve done a bit of testing for this addin and can personally vouch for how useful it is – keep all you VBA code in one place – copy the .mdb and take it with you, bung the .mdb on a network drive and you can share your code with the world (well the folks with access to the network any road)

Here’s what Dennis has to say:

.NET Co Library is a managed COM add-in for Microsoft Excel. The acronym Co in its name refers to both Connection and Code.

With the tool you can:

Store created VBA code, code snippets / procedures / modules, and SQL Queries in a well organized way enabling you to reuse the code in all kind of Excel VBA solutions.

Create connection strings to a various number of databases with two wizards, the .NET Wizard and the Data Link Wizard. Store the created connection strings in a structural way enabling you to reuse the connection strings in all kind of Excel VBA solutions.

.NET Co Library has been designed so it can be shared by a group of VBA developers over a network.

Thats right, it’s the future, it’s .Net!!!

The addin, makes it easy to save code snippets, (even whole modules) and search back through them in other projects – it’s a much better way to work with code than just copying it out of other workbooks…

xlCo1.png

But it’s not just VBA code, it’s SQL, and connection strings too…

xlCo2.png

What more could a Excel programmer ask for? Go on give it a try! And did i mention it was free…

more here:

MIE Cal Tool Beta

I’ve had this done for a while but was hoping to get a bit of testing done on it – thats not gone so well, but I want to get it out there. This then is “Beta” which in this case means don’t even think about blaming me for anything! Having said that I don’t believe it should cause an major issues – I’ve only found one issue that i have not addressed yet as it occurs in very odd situations.

The download .zip has a install .exe in it. Run that and it will give you a standard installation experience.

Apart form the UI the bulk of the code is from Charles Williams of DecisionModels.com. Also look at his fab article here

Once installed I’ve stuck a button on the Menu bar (sorry, you can change the code if you like, the pw for the VBA project is “methodsinexcel”)

ToolBar1.PNG

The main screen is where all the action takes place. I hope it’s fairly straight forward, if not post any questions in the comments:

MainForm1.PNG

Clicking the About link explains what each part actually does, it also shows the uninstall button.

HelpForm1.PNG

So heres the download, enjoy.
M.I.E Cal Tool1.zip

M.I.E Colour Pallet

Looking at the new colour themes in Excel 12 reminded me of a tool I put together a while ago. It’s a colour pallet type tool which lets you build a set of colours in the same range – it’s useful for designing report and the like. Anyway here it is – the help tells you what to do.

cpv1.jpg
Download xls file

.