“Hello World!” with Excel VBA
This post provides a simple "Hello World" tutorial for Excel VBA beginners, covering Developer toolbar activation, writing basic code, testing…
productivity through technology
Visual Basic for Applications
This post provides a simple "Hello World" tutorial for Excel VBA beginners, covering Developer toolbar activation, writing basic code, testing…
Listing files in a directory is a common programming task. This tutorial walks you through how this can be achieved…
his tutorial will cover creating code to check if a specific file name exists. If you enter just a file…
In the More Windows batch files tutorial we learnt to pipe output to a text file using a batch file.…
This tutorial follows on from the Create a custom function in Excel tutorial and refactors the code from that tutorial.…
Excel has hundreds of powerful functions. Here is how you can create your own! In this tutorial: Required knowledge: 1.…
This tutorial covers how to get system information using VBA. The information available ties into the Windows Environment variables and…
I use a workbook to keep a digital register for each of my classes. There is a column per day,…
The tutorial explains how to find and replace text in textboxes via Excel VBA, providing code to loop through textboxes…
An easy-to-follow tutorial describing how to write VBA in Excel to find blank cells.
This VBA code snippet loops through all open Word documents, displaying the Document names one by one in a popup.…