Excel Visual Basic #1: Getting Started
Below you will find two videos. The purpose of these videos is to show you how to gain access to the VBA development capabilities of Excel and to show you how to create your first “Hello World”...
View ArticleExcel Visual Basic #2: Variables and Decisions
In this tutorial, we will cover the basics of variables and decision structures. Then we will create a more advanced version of the simple message box created in the first tutorial. If you are unsure...
View ArticleExcel Visual Basic #3: Loops, Combo Boxes, and Saving
This is the third part of the Excel Visual Basic tutorial series. It is recommended that if you are new to VBA, you begin with Excel Visual Basic #1: Getting Started. You can view all available...
View ArticleExcel Visual Basic #4: Create A Web Favorites List
This tutorial is a little more complicated than the prior three tutorials. It takes what you have learned in those, combines them and adds some additional features. If you haven’t done the prior...
View ArticleHacking Excel: Creating a Search box Automation Tool
66% Off Microsoft Excel Value Bundle My guest blog post on using Selenium Basic in Excel to automate web navigation, user text entry, and button clicking. Originally posted on The Hack Post. This is a...
View ArticleExcel Visual Basic #5: Duplicating Sheets
66% Off Microsoft Excel Value Bundle In this tutorial, I am going to show you how to duplicate sheets from a template sheet. This is aimed at someone who knows the basics of VBA. I assume you know how...
View ArticleDynamic Earned Value Management (EVM) Chart Using VBA
66% Off Microsoft Excel Value Bundle This is a beginner level tutorial, but I will assume you know how to do basic things like open the “Developer” pane. You can learn more about that in Excel Visual...
View Article