'Statements' category
Subcategories
The Do Loop statement allows you to repeat specific code until a condition is met. There are two possible ways […]
The SELECT CASE statement allows you to compare an expression to multiple values. It is similar to the IF THENÂ ELSE […]
Table of Contents FOR NEXT statement FOR NEXT with a counter variable FOR each NEXT example FOR NEXT with counter […]
This article demonstrates how to use the If ... Then statement in Visual Basic for Applications (VBA). You can combine […]
This article demonstrates a User Defined Function that allows you to extract cell references from a formula in a given […]
The User Defined Function (UDF) demonstrated in this article, resizes a given range to columns or rows you specify. This […]
This post Find the longest/smallest consecutive sequence of a value has a few really big array formulas. Today I would like to […]
Did you know that you can select all cells containing comments in the current sheet? Press F5, press with left […]
Today I would like to share with you these small event handler procedures that make it easier for you to […]
What's on this page Finding the shortest path - A * pathfinding Optimize pick path in a warehouse 1. […]
Terry wants to make a different sized maze and I think that is a great idea. Perhaps you remember that I […]
This article explains how to hide a specific image in Excel using a shape as a button. If the user […]
This article demonstrates how to run a VBA macro using a Drop Down list. The Drop Down list contains two […]
Table of Contents Excel monthly calendar - VBA Â Calendar Drop down lists Headers Calculating dates (formula) Conditional formatting Today Dates […]
The macro demonstrated above creates hyperlinks to all worksheets in the current worksheet. You will then be able to quickly […]
The image above demonstrates a user defined function that merges up to 255 cell ranges and removes blanks. I will also […]