
October 30, 2019
Checking Values in Range Objects With VBA
One thing I often found frustrating with VBA is the lack of any easy way to see the values in
Read MoreOctober 30, 2019
One thing I often found frustrating with VBA is the lack of any easy way to see the values in
Read MoreApril 4, 2019
Normally variables cease to exist once your Sub or Function has finished executing. Static variables allow you to preserve a
Read MoreNovember 30, 2018
You might want to save your charts as images that can then be used in other applications, like email or
Read MoreAugust 25, 2016
Following on from Mynda's post last week on Dependent Data Validation, I've written a little VBA that enhances the functionality.
Read MoreJune 15, 2016
In my previous blog post I created a progress bar using a userform. We can use this progress bar to
Read MoreJune 9, 2016
If your code runs for any noticeable amount of time, you might find that using some sort of visual feedback
Read MoreDecember 4, 2015
If VBA can’t execute a statement (command) then a run-time error occurs. By default Excel deals with these, so when
Read MoreNovember 6, 2015
In a previous post I looked at using the FileSystemObject to search through folders on your computer's disk and create
Read MoreSeptember 25, 2015
If you are using data validation (and you should) to help you with your data entry, then you might find
Read MoreSeptember 11, 2015
“Funny” days versus funny “Days” Guest post by Roger Govier, Microsoft Excel MVP Do you ever have “Funny” days? You
Read MoreSeptember 4, 2015
If you've been following the previous posts in this series you'll know that by now we have a user form
Read MoreAugust 21, 2015
Carrying on with the Excel form I created in an earlier post, I’m adding code to allow us to insert
Read MoreJuly 9, 2015
In my previous post about Excel forms the date picker I used was a 32 bit ActiveX control. If mentioning
Read MoreJuly 2, 2015
Excel forms, or Userforms, can be used to collect information from a user, validate it, then enter that data into
Read MoreMay 20, 2015
When you select a cell, or cells, in Excel, the row and column headers change color to indicate what you
Read MoreNovember 19, 2014
What Are Events? An Event occurs when certain actions are performed by the user or VBA. For example when you
Read MoreSeptember 23, 2014
One of our students (hi Leah 🙂 ) sent me a question last week asking how she could change the
Read MoreJune 18, 2014
I recently had a client who has a requirement to protect and unprotect a lot of sheets. This was something
Read MoreJune 18, 2014
You can customize the Ribbon in Excel so that you add your own tabs and icons to run commonly used
Read MoreApril 9, 2014
What You Can Do With Macro Enabled Templates This is up to you. Using a template allows you to design
Read MoreApril 1, 2014
I’m sure most of us have experienced frustration at Excel’s refusal to allow us to unhide multiple worksheets. This is
Read MoreApril 1, 2014
When you create a macro in Excel, by default, the macro works only in the workbook that contains it. But
Read MoreFebruary 27, 2014
Barcode Types & Uses There are LOTS of barcode types used for a multitude of things. Various internationally recognised standards
Read MoreFebruary 7, 2014
We get requests now and again asking how to convert numbers to words (or convert currency) e.g. 123.45 becomes One
Read MoreDecember 11, 2013
So you’ve got some code and you want to be able to run it, but opening up the list of
Read MoreNovember 27, 2013
The Developer tab in Excel gives you access to features and tools that help you to write and run macros.
Read MoreOctober 14, 2013
Real World Scenario One of my customers (thanks Tony) creates invoices in Excel for his clients and at the end
Read MoreOctober 1, 2013
The Scenario Let’s say that you have a lot of sheets in your workbook and you want to merge all
Read MoreSeptember 11, 2013
The Problem You have a sequence of numbers, and you want to find the numbers that are missing from that
Read MoreAugust 3, 2012
This Excel Factor tip was sent in by Shannon Hommel of the UK. If you’re setting up a template or
Read More