VBA macros

The files listed below contain collections of Visual Basic for Applications code that implement macros and classes in Microsoft Word. The file Normal.dotm contains very few macros. Instead I organize my macros into a few Word template files that live in the Microsoft Word start-up folder. In this way these macros are automatically loaded when Word is launched.
Macros template My primary collection of Word macros and classes.
Find event handler Event handler that repositions the result of the Find/Replace commands in Word.
QA Quality Assurance tests to be run against the Macros template.
Normal Word template My normal template in Microsoft Word.

Send me reports of any errors or suggestions you have about my VBA modules. You can also contact me if you would like to hire me to write custom macros for you.


This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.