How to Write Your Very First Macro in Microsoft Excel
If you have never written a macro in Excel before then this is great video to start with. It introduces you to the Visual Basic Editor interface and how to type in a complete routine (from start to...
View ArticleExcel VBA UserForm ComboBox Lists
This video looks at how you can add values from your spreadsheet into drop down lists in a user form and VBA within your application. We like this video as it is clear and easy to understand and shows...
View ArticleExcel Macro VBA to Find Last Row and Last Column
This video shows quite an advanced method for finding the last cell with data in it either vertically or horizontally. We have never used this method in all the years we have been writing code but it...
View ArticleExcel VBA – Formulas
This is another great Excel VBA video that shows you how to add a formula to a single cell or a range of cells using VBA. The video is very clear and runs at a good pace (not too fast and not boringly...
View ArticleExcel VBA – Working with Sheets
This video introduces you to how to write code to work with sheets in VBA and shows you a few tricks with renaming, selecting and hiding sheets. Make sure you stay on the video until about 3.30 mins in...
View ArticleCreating a DO LOOP in Excel VBA
In this video we look at creating a DO LOOP in Excel VBA. The DO LOOP arrangement allows the section of code between the DO command and the LOOP command to be repeated until a specified condition is...
View ArticleShowing and Hiding Forms Using VBA
This short video shows how to create a very simple Excel VBA form and open and close it using VBA routines. I like this video because it is only 3.5 minutes long and it shows you in that time how to do...
View ArticleHow to Debug Excel VBA
This video is one of Clayton Lock’s original videos and you can download the file used in this video. This video covers vital learning for anyone who wants to get started with Excel VBA. Mastering the...
View ArticleHow to Create an Excel Function in VBA
This video is one of Clayton Lock’s original videos and you can download the file used in this video. This video covers vital learning for anyone who wants to get started with creating VBA functions in...
View ArticleExcel User Forms – How to Add an Excel User Form
Adding a User Form into an Excel Spreadsheet can really start to transform how your spreadsheet works. It is not as difficult as it may first appear and this video will walk you through the process of...
View Article