
November 19, 2014
Workbook & Worksheet Events in Excel VBA
What Are Events? An Event occurs when certain actions are performed by the user or VBA. For example when 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 MoreMay 20, 2014
I wrote a macro a few weeks ago which created a list of files with hyperlinks to those files, but
Read MoreApril 16, 2014
So you have a load of PDF's, or scanned documents, or some nice pictures of your stamp collection*, and you
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 9, 2014
If you want Excel to stop asking you if you want to enable macros every time you open a macro
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
So you’ve found some VBA code on the ‘net that will save you hours and hours of work, but how
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 More