Author: Ken Puls

My Code Has Been Used by NASA!

Now this is straight out of the "How cool is that?" file. 🙂 Last week, I got an email asking a question about adapting the Print Multiple Worksheets to a PDF article that I have on my site so that

Read More »

List of Office Control ID’s

Hello folks, Here's another resource that I'm going to add to my RibbonX table of contents... it's the list of Office 2007 Control ID's. This is a package of 24 Excel spreadsheets that list all of the Ribbon control names,

Read More »

Forms Controls

I got an email the other day from a friend wondering if I had anything to explain how to use Form controls. I don't use them a lot, but they can be quite handy, and ironically I'd just finished using

Read More »

Office 2007 Icon Gallery

No more fooling around trying to figure out what the idMso is for the built in Excel commands when you're trying to customize the Ribbon. There is a great little download available from Microsoft to add a group of galleries

Read More »

Using a Treeview Control

This is a tutorial on the creation of a simple Treeview control on an Excel userform. For the purposes of this example, we'll be populating the Treeview control with worksheet names and the addresses of cells with formulas in them.

Read More »

VBA vs VB.Net

Over the weekend I've spent a significant amount of time working in Visual Studio 2005 with VB.net. The more I work with it, the more I like the IDE, and some of the cool things that I can do in

Read More »