Macros
All things automation related, including macros and scripts through to bulk conversion tips.
Word VBA - Optimising your code
How to speed up your VBA code.
Word VBA - Document manipulation
This article will cover a number of VBA methods to explain how to change the content of a document in numerous ways.
Word VBA - Procedures and Functions
This article will give you some ideas on how to break down routines, or create stand-alone routines that you can use multiple times in your own code. The end result is that your code becomes easier to follow.
Word VBA - Loops (Part 2)
The continuation of my article on loops in VBA.
Word VBA - Loops (Part 1)
This is Part 1 of 2 that covers the use of loops in VBA. In this part, For .. Next loops are described with examples.
Word VBA - Checking variable contents
This article covers the code that checks the value of a variable that you have created and then decides what will happen next.
Word VBA - Variables and screen output/input
The use of variables (and constants), followed by displaying information to, and getting it from, the end user via VBA.
Word VBA - The first steps
An introduction to using VBA to fix documents - your first bit of (automated) code creation and adding tweaks to the code.
Word VBA - Intro
Mike introduces his long series on Word VBA coding for beginners.