Day(s)

:

Hour(s)

:

Minute(s)

:

Second(s)

How To Create A Conditional Drop Down List

How To Create A Conditional Drop Down List

In this post we’re going to learn how to create a conditional drop down list in a cell. This means the drop down list will depend on some other value in the workbook and the available values in the drop down menu will change depending on this value. For example, we...
How To Loop Through Various Objects In Excel VBA

How To Loop Through Various Objects In Excel VBA

In this post we’re going to explore how to loop through various objects in Excel using VBA. Using these snippets of code you’ll be able to loop through sheets, open workbooks, files in a folder and named ranges in a workbook. Loop through all sheets in an...