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.
Having Fun with AI - Part 2
Second article in a series about the "fun" aspect of AI and where it's useful for tech comms. In this article, I go all "arty".
Having fun with AI - Part 1
Having fun with AI - Part 1: HeroGPT & ChatGPT
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.