Nuacht

You can automate specific tasks by repurposing Word's built-in commands. It requires a bit of VBA, but it's super easy. Here's how.
VBA is a powerful program that enables non-programmers to create and edit macros. Learn how to enable & use VBA in Microsoft Excel.
The bare bones VBA code A simple list of sheet names is easy to generate using VBA thanks to the Worksheets collection. Listing A shows a simple For Each loop that cycles through this collection.